.gitignore: Added wildcards to ignore lex and bison output files.

This commit is contained in:
Alexandre Julliard 2006-07-10 21:40:49 +02:00
parent 77dc0d9be5
commit 88c97d7284
8 changed files with 2 additions and 19 deletions

2
.gitignore vendored
View File

@ -8,6 +8,7 @@
*.rej
*.res
*.so
*.tab.[ch]
*.tlb
*~
/Make.rules
@ -19,3 +20,4 @@
/tags
/wine
Makefile
lex.yy.c

4
dlls/msi/.gitignore vendored
View File

@ -1,4 +0,0 @@
/cond.tab.c
/cond.tab.h
/sql.tab.c
/sql.tab.h

3
libs/wpp/.gitignore vendored
View File

@ -1,3 +0,0 @@
/lex.yy.c
/ppy.tab.c
/ppy.tab.h

View File

@ -1,4 +1 @@
/dbg.tab.c
/dbg.tab.h
/lex.yy.c
/winedbg.man

View File

@ -1 +0,0 @@
/lex.yy.c

View File

@ -1,5 +1,2 @@
/lex.yy.c
/parser.tab.c
/parser.tab.h
/widl
/widl.man

View File

@ -1,4 +1,2 @@
/mcy.tab.c
/mcy.tab.h
/wmc
/wmc.man

View File

@ -1,5 +1,2 @@
/lex.yy.c
/parser.tab.c
/parser.tab.h
/wrc
/wrc.man