mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
maint: re-anchor all .gitignore entries.
* bootstrap: Copy from gnulib's latest for the fix to automatically anchor entries it constructs. * gnulib: Update to latest just so it has the same bootstrap. * .gitignore, build-aux/.gitignore, doc/.gitignore: * lib/.gitignore, m4/.gitignore, po/.gitignore: * runtime-po/.gitignore: Re-anchor all entries.
This commit is contained in:
24
src/.gitignore
vendored
24
src/.gitignore
vendored
@@ -1,12 +1,12 @@
|
||||
*.flc
|
||||
*.log
|
||||
*.o
|
||||
*.output
|
||||
.deps
|
||||
.dirstamp
|
||||
bison
|
||||
bison.exe
|
||||
scan-code.c
|
||||
scan-gram.c
|
||||
scan-skel.c
|
||||
yacc
|
||||
/*.flc
|
||||
/*.log
|
||||
/*.o
|
||||
/*.output
|
||||
/.deps
|
||||
/.dirstamp
|
||||
/bison
|
||||
/bison.exe
|
||||
/scan-code.c
|
||||
/scan-gram.c
|
||||
/scan-skel.c
|
||||
/yacc
|
||||
|
||||
Reference in New Issue
Block a user