Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree.

Check for files that we are accidentally ignoring:

  git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"

Check for files that we might want to ignore:

  git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"
This commit is contained in:
Travis Cross
2010-04-05 23:13:57 +00:00
parent 5a8a9bfb62
commit db26c65ea7
11 changed files with 56 additions and 43 deletions
+9 -9
View File
@@ -1,9 +1,9 @@
Makefile
Makefile.in
include/stamp-h1
include/switch_am_config.h
include/switch_private.h
include/switch_private.h.in
include/switch_swigable_cpp.h
include/switch_version.h
include/switch_version.h.in
/Makefile
/Makefile.in
/include/stamp-h1
/include/switch_am_config.h
/include/switch_private.h
/include/switch_private.h.in
/include/switch_swigable_cpp.h
/include/switch_version.h
/include/switch_version.h.in
+2 -2
View File
@@ -1,5 +1,5 @@
Makefile
Makefile.in
/Makefile
/Makefile.in
applications/mod_commands/Makefile
applications/mod_conference/Makefile
applications/mod_dptools/Makefile
@@ -0,0 +1 @@
Makefile
@@ -0,0 +1 @@
Makefile
+1
View File
@@ -0,0 +1 @@
Makefile
@@ -0,0 +1 @@
Makefile
+2
View File
@@ -0,0 +1,2 @@
!/gsmlib/gsmlib-*/aclocal.m4
!/gsmlib/gsmlib-*/configure
@@ -0,0 +1 @@
Makefile