diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-02-23 23:14:40 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-02-23 23:14:40 -0500 |
commit | 53757c9dd5c0a03a0d50d1482025bb3beacde46a (patch) | |
tree | a65b09eea4fe949fb7dfb7edf984a16a086c040d /.gitignore | |
parent | 65f265cd55420cb892efaa8e7faa8ea22f2747fe (diff) | |
download | libsandglass-53757c9dd5c0a03a0d50d1482025bb3beacde46a.tar.xz |
Use pkg-config.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ Makefile.in # Test executables /tests/*-test +# pkg-config files +*.pc + # Files and folders created by libtool .libs/ *.l[oa] |