.gitignore: Added wildcards to ignore lex and bison output files.
This commit is contained in:
parent
77dc0d9be5
commit
88c97d7284
|
@ -8,6 +8,7 @@
|
||||||
*.rej
|
*.rej
|
||||||
*.res
|
*.res
|
||||||
*.so
|
*.so
|
||||||
|
*.tab.[ch]
|
||||||
*.tlb
|
*.tlb
|
||||||
*~
|
*~
|
||||||
/Make.rules
|
/Make.rules
|
||||||
|
@ -19,3 +20,4 @@
|
||||||
/tags
|
/tags
|
||||||
/wine
|
/wine
|
||||||
Makefile
|
Makefile
|
||||||
|
lex.yy.c
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
/cond.tab.c
|
|
||||||
/cond.tab.h
|
|
||||||
/sql.tab.c
|
|
||||||
/sql.tab.h
|
|
|
@ -1,3 +0,0 @@
|
||||||
/lex.yy.c
|
|
||||||
/ppy.tab.c
|
|
||||||
/ppy.tab.h
|
|
|
@ -1,4 +1 @@
|
||||||
/dbg.tab.c
|
|
||||||
/dbg.tab.h
|
|
||||||
/lex.yy.c
|
|
||||||
/winedbg.man
|
/winedbg.man
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/lex.yy.c
|
|
|
@ -1,5 +1,2 @@
|
||||||
/lex.yy.c
|
|
||||||
/parser.tab.c
|
|
||||||
/parser.tab.h
|
|
||||||
/widl
|
/widl
|
||||||
/widl.man
|
/widl.man
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
/mcy.tab.c
|
|
||||||
/mcy.tab.h
|
|
||||||
/wmc
|
/wmc
|
||||||
/wmc.man
|
/wmc.man
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
/lex.yy.c
|
|
||||||
/parser.tab.c
|
|
||||||
/parser.tab.h
|
|
||||||
/wrc
|
/wrc
|
||||||
/wrc.man
|
/wrc.man
|
||||||
|
|
Loading…
Reference in New Issue