Added .gitignore files

This commit is contained in:
Mukund Sivaraman 2008-03-05 15:03:59 -08:00
parent 7b2892be76
commit 86f38819c0
3 changed files with 29 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
COPYING
INSTALL
Makefile
Makefile.in
NEWS
aclocal.m4
config.cache
config.h
config.h.in
config.log
config.status
configure
depcomp
install-sh
libtool
missing
mkinstalldirs
stamp-h1

3
doc/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
Makefile
Makefile.in
report.sh

8
src/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
.deps
.libs
Makefile
Makefile.in
grammar.c
grammar.h
scanner.c
tinyproxy