summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuh <andreas.schuh.84@gmail.com>2013-11-05 12:03:29 +0000
committerAndreas Schuh <andreas.schuh.84@gmail.com>2013-11-05 12:03:29 +0000
commit01d810e3c0cb1865ed817a96a10ec1d7bcf2fdf9 (patch)
treecaf1e4b7d6f3efd6e8a4f8ccdd63b729f90a66b7
parent48316bd345911bbcce3787ab50545f497c25b423 (diff)
downloadgflags-01d810e3c0cb1865ed817a96a10ec1d7bcf2fdf9.tar.gz
gflags-01d810e3c0cb1865ed817a96a10ec1d7bcf2fdf9.tar.bz2
gflags-01d810e3c0cb1865ed817a96a10ec1d7bcf2fdf9.zip
Be more specific about what to ignore.
-rw-r--r--.gitignore12
1 files changed, 8 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 740bb1a..45b010a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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