summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-10-30 16:44:24 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-11-02 12:17:22 +0000
commit4fc693bafa433978a87030dd30f403f4a24f8108 (patch)
treeefacee0fe97dc2af75a7a8929d74113209a51f5a /.gitignore
parentc07df8b07f2843b8c6bf5c32ee09a148941bf3e3 (diff)
Install a pkg-config .pc file
Install a pkg-config .pc file, along with the library and headers Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 07b76b1..58df93d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,4 +56,7 @@ missing
# Merge and patch files to ignore
*.orig
-*.patch \ No newline at end of file
+*.patch
+
+# ignore generated pkg-config files
+*.pc