aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-08 15:33:47 -0400
committerDavid Robillard <d@drobilla.net>2021-05-08 15:33:47 -0400
commitd99c49e6916a182ce1b3c682fc963b4e4e9cc05f (patch)
treefb1592999749aec811346177cde09e8b3304600a
parent89ccde5ac5af4fb6ff1b0706ad8f3723d31b3901 (diff)
downloadpugl-d99c49e6916a182ce1b3c682fc963b4e4e9cc05f.tar.gz
pugl-d99c49e6916a182ce1b3c682fc963b4e4e9cc05f.tar.bz2
pugl-d99c49e6916a182ce1b3c682fc963b4e4e9cc05f.zip
Remove unused old files
-rw-r--r--.gitattributes1
-rw-r--r--.gitmodules0
-rw-r--r--pugl.pc.in11
3 files changed, 0 insertions, 12 deletions
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 32967c1..0000000
--- a/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-waflib/* linguist-vendored
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index e69de29..0000000
--- a/.gitmodules
+++ /dev/null
diff --git a/pugl.pc.in b/pugl.pc.in
deleted file mode 100644
index 2cfa644..0000000
--- a/pugl.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@PREFIX@
-exec_prefix=@EXEC_PREFIX@
-libdir=@LIBDIR@
-includedir=@INCLUDEDIR@
-
-Name: @NAME@
-Description: @DESCRIPTION@
-Version: @PUGL_VERSION@
-Requires: @REQUIRES@
-Libs: -L${libdir} @LIBS@
-Cflags: @CFLAGS@