diff options
author | Andreas Schuh <andreas.schuh.84@gmail.com> | 2013-11-05 12:03:29 +0000 |
---|---|---|
committer | Andreas Schuh <andreas.schuh.84@gmail.com> | 2013-11-05 12:03:29 +0000 |
commit | 01d810e3c0cb1865ed817a96a10ec1d7bcf2fdf9 (patch) | |
tree | caf1e4b7d6f3efd6e8a4f8ccdd63b729f90a66b7 | |
parent | 48316bd345911bbcce3787ab50545f497c25b423 (diff) | |
download | gflags-01d810e3c0cb1865ed817a96a10ec1d7bcf2fdf9.tar.gz gflags-01d810e3c0cb1865ed817a96a10ec1d7bcf2fdf9.tar.bz2 gflags-01d810e3c0cb1865ed817a96a10ec1d7bcf2fdf9.zip |
Be more specific about what to ignore.
-rw-r--r-- | .gitignore | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -3,7 +3,11 @@ DartConfiguration.tcl Makefile *.cmake CMakeFiles/ -Testing/ -include/ -lib/ -test/ +/Testing/ +/include/gflags/config.h +/include/gflags/gflags_completions.h +/include/gflags/gflags_declare.h +/include/gflags/gflags.h +/lib/ +/test/gflags_unittest_main.cc +/test/gflags_unittest-main.cc |