diff options
author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2010-02-19 20:07:03 +0000 |
---|---|---|
committer | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2010-02-28 20:10:35 +0000 |
commit | 56931d1ab4de660b27c56ce488245e78f8c713c3 (patch) | |
tree | ee2eb6fafc239de8d88016a1579314908b643b87 /.gitignore | |
parent | 1e5dd57214dbec1b166c881c1c44c8930923da17 (diff) | |
download | libgit2-56931d1ab4de660b27c56ce488245e78f8c713c3.tar.gz |
Makefile: Add support for custom build options in config.mak file
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5c7507cc2..0c3aa3474 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /apidocs /trash-*.exe /libgit2.pc +/config.mak *.o *.a *.exe |