diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-10-30 16:44:24 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-11-02 12:17:22 +0000 |
commit | 4fc693bafa433978a87030dd30f403f4a24f8108 (patch) | |
tree | efacee0fe97dc2af75a7a8929d74113209a51f5a /.gitignore | |
parent | c07df8b07f2843b8c6bf5c32ee09a148941bf3e3 (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-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |