mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
Update ignores.
* data/.cvsignore, data/.gitignore, examples/.cvsignore, * examples/.gitignore: Remove. * build-aux/.cvsignore, build-aux/.gitignore, doc/.cvsignore, * doc/.gitignore, etc/.cvsignore, etc/.gitignore, src/.cvsignore, * src/.gitignore, tests/.cvsignore, tests/.gitignore: Remove MAkefile and Makefile.in.
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
announce-gen
|
announce-gen
|
||||||
compile
|
compile
|
||||||
config.guess
|
config.guess
|
||||||
|
|||||||
2
build-aux/.gitignore
vendored
2
build-aux/.gitignore
vendored
@@ -1,5 +1,3 @@
|
|||||||
/Makefile
|
|
||||||
/Makefile.in
|
|
||||||
/announce-gen
|
/announce-gen
|
||||||
/compile
|
/compile
|
||||||
/config.guess
|
/config.guess
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
Makefile.in
|
|
||||||
Makefile
|
|
||||||
2
data/.gitignore
vendored
2
data/.gitignore
vendored
@@ -1,2 +0,0 @@
|
|||||||
/Makefile.in
|
|
||||||
/Makefile
|
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
Makefile
|
|
||||||
bison.1
|
bison.1
|
||||||
bison.aux
|
bison.aux
|
||||||
bison.cp
|
bison.cp
|
||||||
@@ -15,7 +14,6 @@ bison.toc
|
|||||||
bison.tp
|
bison.tp
|
||||||
bison.vr
|
bison.vr
|
||||||
cross-options.texi
|
cross-options.texi
|
||||||
Makefile.in
|
|
||||||
refcard.dvi
|
refcard.dvi
|
||||||
refcard.log
|
refcard.log
|
||||||
refcard.ps
|
refcard.ps
|
||||||
|
|||||||
2
doc/.gitignore
vendored
2
doc/.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
/Makefile
|
|
||||||
/bison.1
|
/bison.1
|
||||||
/bison.aux
|
/bison.aux
|
||||||
/bison.cp
|
/bison.cp
|
||||||
@@ -15,7 +14,6 @@
|
|||||||
/bison.tp
|
/bison.tp
|
||||||
/bison.vr
|
/bison.vr
|
||||||
/cross-options.texi
|
/cross-options.texi
|
||||||
/Makefile.in
|
|
||||||
/refcard.dvi
|
/refcard.dvi
|
||||||
/refcard.log
|
/refcard.log
|
||||||
/refcard.ps
|
/refcard.ps
|
||||||
|
|||||||
@@ -1,3 +1 @@
|
|||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
bench.pl
|
bench.pl
|
||||||
|
|||||||
2
etc/.gitignore
vendored
2
etc/.gitignore
vendored
@@ -1,3 +1 @@
|
|||||||
/Makefile
|
|
||||||
/Makefile.in
|
|
||||||
/bench.pl
|
/bench.pl
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
2
examples/.gitignore
vendored
2
examples/.gitignore
vendored
@@ -1,2 +0,0 @@
|
|||||||
/Makefile
|
|
||||||
/Makefile.in
|
|
||||||
@@ -2,8 +2,6 @@
|
|||||||
*.log
|
*.log
|
||||||
*.output
|
*.output
|
||||||
.deps
|
.deps
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
bison
|
bison
|
||||||
scan-code.c
|
scan-code.c
|
||||||
scan-gram.c
|
scan-gram.c
|
||||||
|
|||||||
2
src/.gitignore
vendored
2
src/.gitignore
vendored
@@ -3,8 +3,6 @@
|
|||||||
/*.o
|
/*.o
|
||||||
/*.output
|
/*.output
|
||||||
/.deps
|
/.deps
|
||||||
/Makefile
|
|
||||||
/Makefile.in
|
|
||||||
/bison
|
/bison
|
||||||
/bison.exe
|
/bison.exe
|
||||||
/scan-code.c
|
/scan-code.c
|
||||||
|
|||||||
@@ -7,9 +7,6 @@ bison
|
|||||||
calc
|
calc
|
||||||
calc.[chy]
|
calc.[chy]
|
||||||
calc.tab.*
|
calc.tab.*
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
Makefile.in
|
|
||||||
package.m4
|
package.m4
|
||||||
testsuite
|
testsuite
|
||||||
testsuite.dir
|
testsuite.dir
|
||||||
|
|||||||
3
tests/.gitignore
vendored
3
tests/.gitignore
vendored
@@ -7,9 +7,6 @@
|
|||||||
/calc
|
/calc
|
||||||
/calc.[chy]
|
/calc.[chy]
|
||||||
/calc.tab.*
|
/calc.tab.*
|
||||||
/Makefile
|
|
||||||
/Makefile.in
|
|
||||||
/Makefile.in
|
|
||||||
/package.m4
|
/package.m4
|
||||||
/testsuite
|
/testsuite
|
||||||
/testsuite.dir
|
/testsuite.dir
|
||||||
|
|||||||
Reference in New Issue
Block a user