From d99c49e6916a182ce1b3c682fc963b4e4e9cc05f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 8 May 2021 15:33:47 -0400 Subject: Remove unused old files --- .gitattributes | 1 - .gitmodules | 0 pugl.pc.in | 11 ----------- 3 files changed, 12 deletions(-) delete mode 100644 .gitattributes delete mode 100644 .gitmodules delete mode 100644 pugl.pc.in 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 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@ -- cgit v1.2.1