Updates to .gitignore.

This commit is contained in:
Travis Cross 2010-05-28 02:16:42 +00:00
parent e2e9765c2c
commit 9b80aa18a4
3 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@ -27,7 +27,6 @@
*.manifest *.manifest
*.dep *.dep
*.dll *.dll
*.htm
*.sbr *.sbr
*.ilk *.ilk
*.bsc *.bsc
@ -46,6 +45,7 @@
/Makefile.in /Makefile.in
/NEWS /NEWS
/README /README
/TAGS
aclocal.m4 aclocal.m4
autom4te.cache autom4te.cache
/build/Makefile /build/Makefile

View File

@ -11,3 +11,7 @@ config.*
configure configure
libtool libtool
aclocal.m4 aclocal.m4
!/sample/boost/Makefile
!/sample/dso/Makefile

1
src/mod/.gitignore vendored
View File

@ -14,6 +14,7 @@
/applications/mod_expr/Makefile /applications/mod_expr/Makefile
/applications/mod_expr/Makefile.in /applications/mod_expr/Makefile.in
/applications/mod_expr/mod_expr.log /applications/mod_expr/mod_expr.log
/applications/mod_fax/mod_fax.log
/applications/mod_fifo/Makefile /applications/mod_fifo/Makefile
/applications/mod_fsv/Makefile /applications/mod_fsv/Makefile
/applications/mod_limit/Makefile /applications/mod_limit/Makefile