diff options
author | Steve Frécinaux <code@istique.net> | 2008-12-30 12:10:01 +0100 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-12-30 07:31:03 -0800 |
commit | d7fbfe155fbddb41936407612fbce9c34276b671 (patch) | |
tree | d54b77f23f9cf4f0016dca8ceadeed48b1ad5686 /.gitignore | |
parent | 5ddbd5edf83e034a62499a1a9c94645d7b9030dc (diff) | |
download | libgit2-d7fbfe155fbddb41936407612fbce9c34276b671.tar.gz |
Add pkg-config support.
The libgit2.pc is generated on make install and installed, to allow
using the lib through the pkg-config helper.
Signed-off-by: Steve Frécinaux <code@istique.net>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 27c3c2780..66ce77617 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /apidocs /trash-*.exe +/libgit2.pc *.o *.a *.exe |