mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-08-08 10:15:14 +00:00
maint: update .gitignore
This commit is contained in:
+11
-4
@@ -1,10 +1,19 @@
|
|||||||
|
*.a
|
||||||
|
*.bak
|
||||||
|
*.diff
|
||||||
|
*.exe
|
||||||
*.log
|
*.log
|
||||||
*.o
|
*.o
|
||||||
|
*.orig
|
||||||
|
*.out
|
||||||
|
*.output
|
||||||
*.pdf
|
*.pdf
|
||||||
|
*.rej
|
||||||
*.stamp
|
*.stamp
|
||||||
|
*.tmp
|
||||||
*.trs
|
*.trs
|
||||||
*~
|
*~
|
||||||
.deps
|
.deps/
|
||||||
.dirstamp
|
.dirstamp
|
||||||
/*.cache
|
/*.cache
|
||||||
/*.flc
|
/*.flc
|
||||||
@@ -20,11 +29,9 @@
|
|||||||
/Makefile.in
|
/Makefile.in
|
||||||
/README-release
|
/README-release
|
||||||
/_*
|
/_*
|
||||||
/a.exe
|
|
||||||
/a.out
|
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/b.out
|
|
||||||
/bison-*
|
/bison-*
|
||||||
|
/build-aux/move-if-change
|
||||||
/conf[0-9]*
|
/conf[0-9]*
|
||||||
/confdefs*
|
/confdefs*
|
||||||
/config.log
|
/config.log
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
/config.guess
|
/config.guess
|
||||||
/config.libpath
|
/config.libpath
|
||||||
/config.rpath
|
/config.rpath
|
||||||
/config.rpath~
|
|
||||||
/config.sub
|
/config.sub
|
||||||
/depcomp
|
/depcomp
|
||||||
/do-release-commit-and-tag
|
/do-release-commit-and-tag
|
||||||
|
|||||||
+2
-11
@@ -8,27 +8,18 @@
|
|||||||
#/bison.cp
|
#/bison.cp
|
||||||
#/bison.cps
|
#/bison.cps
|
||||||
#/bison.toc
|
#/bison.toc
|
||||||
|
*.dvi
|
||||||
/*~
|
*.ps
|
||||||
/.dirstamp
|
|
||||||
/bison.1
|
/bison.1
|
||||||
/bison.dvi
|
|
||||||
/bison.help
|
/bison.help
|
||||||
/bison.html
|
/bison.html
|
||||||
/bison.info
|
/bison.info
|
||||||
/bison.info.bak
|
|
||||||
/bison.log
|
|
||||||
/bison.pdf
|
|
||||||
/bison.ps
|
|
||||||
/cross-options.texi
|
/cross-options.texi
|
||||||
/figs/*.eps
|
/figs/*.eps
|
||||||
/figs/*.svg
|
/figs/*.svg
|
||||||
/gendocs_template
|
/gendocs_template
|
||||||
/gendocs_template_min
|
/gendocs_template_min
|
||||||
/gpl-3.0.texi
|
/gpl-3.0.texi
|
||||||
/refcard.dvi
|
|
||||||
/refcard.log
|
|
||||||
/refcard.ps
|
|
||||||
/relocatable.texi
|
/relocatable.texi
|
||||||
/stamp-vti
|
/stamp-vti
|
||||||
/version.texi
|
/version.texi
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
*.c
|
||||||
|
*.cc
|
||||||
|
*.class
|
||||||
|
*.h
|
||||||
|
*.hh
|
||||||
|
!/c++/glr/ast.hh
|
||||||
|
*.java
|
||||||
|
*.ll
|
||||||
|
/c/bistromathic/bistromathic
|
||||||
|
/c/calc/calc
|
||||||
|
/c/glr/c++-types
|
||||||
|
/c/lexcalc/lexcalc
|
||||||
|
/c/pushcalc/calc
|
||||||
@@ -1 +1,5 @@
|
|||||||
|
/glr/c++-types
|
||||||
|
/simple
|
||||||
/simple.yy
|
/simple.yy
|
||||||
|
/variant
|
||||||
|
/variant-11
|
||||||
|
|||||||
@@ -1,19 +1,2 @@
|
|||||||
/*.o
|
|
||||||
/*.tmp
|
|
||||||
/.deps
|
|
||||||
/calc++
|
/calc++
|
||||||
/calc++.cc
|
|
||||||
/calc++.exe
|
|
||||||
/calc.stamp
|
|
||||||
/driver.cc
|
|
||||||
/driver.hh
|
|
||||||
/location.hh
|
|
||||||
/parser.cc
|
|
||||||
/parser.hh
|
|
||||||
/parser.output
|
|
||||||
/parser.stamp
|
|
||||||
/parser.yy
|
/parser.yy
|
||||||
/position.hh
|
|
||||||
/scanner.cc
|
|
||||||
/scanner.ll
|
|
||||||
/stack.hh
|
|
||||||
|
|||||||
@@ -1,11 +1,2 @@
|
|||||||
/*.o
|
|
||||||
/*.tmp
|
|
||||||
/.deps
|
|
||||||
/calc.h
|
|
||||||
/mfcalc
|
/mfcalc
|
||||||
/mfcalc.c
|
|
||||||
/mfcalc.exe
|
|
||||||
/mfcalc.h
|
|
||||||
/mfcalc.output
|
|
||||||
/mfcalc.stamp
|
|
||||||
/mfcalc.y
|
/mfcalc.y
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
/scan.c
|
/reccalc
|
||||||
/scan.h
|
|
||||||
|
|||||||
@@ -1,7 +1,2 @@
|
|||||||
/calc.h
|
|
||||||
/rpcalc
|
/rpcalc
|
||||||
/rpcalc.c
|
|
||||||
/rpcalc.h
|
|
||||||
/rpcalc.output
|
|
||||||
/rpcalc.stamp
|
|
||||||
/rpcalc.y
|
/rpcalc.y
|
||||||
|
|||||||
@@ -17,5 +17,4 @@
|
|||||||
/quot.sed
|
/quot.sed
|
||||||
/remove-potcdate.sed
|
/remove-potcdate.sed
|
||||||
/remove-potcdate.sin
|
/remove-potcdate.sin
|
||||||
/remove-potcdate.sin~
|
|
||||||
/stamp-po
|
/stamp-po
|
||||||
|
|||||||
+25
-16
@@ -1,9 +1,3 @@
|
|||||||
/*.a
|
|
||||||
/*.bak
|
|
||||||
/*.o
|
|
||||||
/*~
|
|
||||||
/.deps
|
|
||||||
/.dirstamp
|
|
||||||
/_Noreturn.h
|
/_Noreturn.h
|
||||||
/access.c
|
/access.c
|
||||||
/alloca.h
|
/alloca.h
|
||||||
@@ -27,8 +21,6 @@
|
|||||||
/basename.c
|
/basename.c
|
||||||
/binary-io.c
|
/binary-io.c
|
||||||
/binary-io.h
|
/binary-io.h
|
||||||
/bitrotate.c
|
|
||||||
/bitrotate.h
|
|
||||||
/bitset.c
|
/bitset.c
|
||||||
/bitset.h
|
/bitset.h
|
||||||
/bitset/
|
/bitset/
|
||||||
@@ -39,7 +31,6 @@
|
|||||||
/c-ctype.h
|
/c-ctype.h
|
||||||
/c-strcase.h
|
/c-strcase.h
|
||||||
/c-strcasecmp.c
|
/c-strcasecmp.c
|
||||||
/c-strcaseeq.h
|
|
||||||
/c-strncasecmp.c
|
/c-strncasecmp.c
|
||||||
/c-strtod.c
|
/c-strtod.c
|
||||||
/c-strtod.h
|
/c-strtod.h
|
||||||
@@ -226,10 +217,6 @@
|
|||||||
/iconv_open-aix.h
|
/iconv_open-aix.h
|
||||||
/iconv_open-hpux.gperf
|
/iconv_open-hpux.gperf
|
||||||
/iconv_open-hpux.h
|
/iconv_open-hpux.h
|
||||||
/iconv_open-irix.gperf
|
|
||||||
/iconv_open-irix.h
|
|
||||||
/iconv_open-osf.gperf
|
|
||||||
/iconv_open-osf.h
|
|
||||||
/iconv_open-solaris.gperf
|
/iconv_open-solaris.gperf
|
||||||
/iconv_open-solaris.h
|
/iconv_open-solaris.h
|
||||||
/iconv_open-zos.gperf
|
/iconv_open-zos.gperf
|
||||||
@@ -243,6 +230,7 @@
|
|||||||
/intprops.h
|
/intprops.h
|
||||||
/inttypes.h
|
/inttypes.h
|
||||||
/inttypes.in.h
|
/inttypes.in.h
|
||||||
|
/isinf.c
|
||||||
/isnan.c
|
/isnan.c
|
||||||
/isnand-nolibm.h
|
/isnand-nolibm.h
|
||||||
/isnand.c
|
/isnand.c
|
||||||
@@ -250,6 +238,8 @@
|
|||||||
/isnanf.c
|
/isnanf.c
|
||||||
/isnanl-nolibm.h
|
/isnanl-nolibm.h
|
||||||
/isnanl.c
|
/isnanl.c
|
||||||
|
/issymlink.c
|
||||||
|
/issymlink.h
|
||||||
/iswblank.c
|
/iswblank.c
|
||||||
/iswdigit.c
|
/iswdigit.c
|
||||||
/iswpunct.c
|
/iswpunct.c
|
||||||
@@ -279,8 +269,6 @@
|
|||||||
/mbchar.h
|
/mbchar.h
|
||||||
/mbfile.c
|
/mbfile.c
|
||||||
/mbfile.h
|
/mbfile.h
|
||||||
/mbiterf.c
|
|
||||||
/mbiterf.h
|
|
||||||
/mbrtoc32.c
|
/mbrtoc32.c
|
||||||
/mbrtowc-impl-utf8.h
|
/mbrtowc-impl-utf8.h
|
||||||
/mbrtowc-impl.h
|
/mbrtowc-impl.h
|
||||||
@@ -292,8 +280,11 @@
|
|||||||
/mbszero.c
|
/mbszero.c
|
||||||
/mbtowc-lock.c
|
/mbtowc-lock.c
|
||||||
/mbtowc-lock.h
|
/mbtowc-lock.h
|
||||||
|
/mcel.c
|
||||||
|
/mcel.h
|
||||||
/memchr.c
|
/memchr.c
|
||||||
/memchr.valgrind
|
/memchr.valgrind
|
||||||
|
/memeq.c
|
||||||
/mempcpy.c
|
/mempcpy.c
|
||||||
/memrchr.c
|
/memrchr.c
|
||||||
/minmax.h
|
/minmax.h
|
||||||
@@ -337,6 +328,7 @@
|
|||||||
/pthread-once.c
|
/pthread-once.c
|
||||||
/pthread.h
|
/pthread.h
|
||||||
/pthread.in.h
|
/pthread.in.h
|
||||||
|
/pthread_sigmask.c
|
||||||
/quote.h
|
/quote.h
|
||||||
/quotearg.c
|
/quotearg.c
|
||||||
/quotearg.h
|
/quotearg.h
|
||||||
@@ -370,6 +362,8 @@
|
|||||||
/sig-handler.c
|
/sig-handler.c
|
||||||
/sig-handler.h
|
/sig-handler.h
|
||||||
/sigaction.c
|
/sigaction.c
|
||||||
|
/sigdelay.c
|
||||||
|
/sigdelay.h
|
||||||
/signal.h
|
/signal.h
|
||||||
/signal.in.h
|
/signal.in.h
|
||||||
/signbitd.c
|
/signbitd.c
|
||||||
@@ -404,14 +398,21 @@
|
|||||||
/stat-w32.c
|
/stat-w32.c
|
||||||
/stat-w32.h
|
/stat-w32.h
|
||||||
/stat.c
|
/stat.c
|
||||||
|
/stdbit.h
|
||||||
|
/stdbit.in.h
|
||||||
/stdbool.h
|
/stdbool.h
|
||||||
|
/stdc_rotate_left.c
|
||||||
|
/stdc_rotate_right.c
|
||||||
/stdckdint.h
|
/stdckdint.h
|
||||||
/stdckdint.in.h
|
/stdckdint.in.h
|
||||||
|
/stdcountof.h
|
||||||
|
/stdcountof.in.h
|
||||||
/stddef.h
|
/stddef.h
|
||||||
/stddef.in.h
|
/stddef.in.h
|
||||||
/stdint.h
|
/stdint.h
|
||||||
/stdint.in.h
|
/stdint.in.h
|
||||||
/stdio--.h
|
/stdio--.h
|
||||||
|
/stdio-consolesafe.c
|
||||||
/stdio-impl.h
|
/stdio-impl.h
|
||||||
/stdio-read.c
|
/stdio-read.c
|
||||||
/stdio-safer.h
|
/stdio-safer.h
|
||||||
@@ -426,7 +427,8 @@
|
|||||||
/strchrnul.c
|
/strchrnul.c
|
||||||
/strchrnul.valgrind
|
/strchrnul.valgrind
|
||||||
/strdup.c
|
/strdup.c
|
||||||
/streq.h
|
/streq-opt.h
|
||||||
|
/streq.c
|
||||||
/strerror-override.c
|
/strerror-override.c
|
||||||
/strerror-override.h
|
/strerror-override.h
|
||||||
/strerror.c
|
/strerror.c
|
||||||
@@ -438,6 +440,7 @@
|
|||||||
/stripslash.c
|
/stripslash.c
|
||||||
/strndup.c
|
/strndup.c
|
||||||
/strnlen.c
|
/strnlen.c
|
||||||
|
/strnul.c
|
||||||
/strtod.c
|
/strtod.c
|
||||||
/strverscmp.c
|
/strverscmp.c
|
||||||
/sys/
|
/sys/
|
||||||
@@ -452,6 +455,10 @@
|
|||||||
/termios.in.h
|
/termios.in.h
|
||||||
/textstyle.h
|
/textstyle.h
|
||||||
/textstyle.in.h
|
/textstyle.in.h
|
||||||
|
/thread-creators.gperf
|
||||||
|
/thread-creators.h
|
||||||
|
/thread-optim-proto.c
|
||||||
|
/thread-optim.c
|
||||||
/thread-optim.h
|
/thread-optim.h
|
||||||
/time.h
|
/time.h
|
||||||
/time.in.h
|
/time.in.h
|
||||||
@@ -520,6 +527,8 @@
|
|||||||
/windows-rwlock.h
|
/windows-rwlock.h
|
||||||
/windows-spawn.c
|
/windows-spawn.c
|
||||||
/windows-spawn.h
|
/windows-spawn.h
|
||||||
|
/windows-spin.c
|
||||||
|
/windows-spin.h
|
||||||
/windows-tls.c
|
/windows-tls.c
|
||||||
/windows-tls.h
|
/windows-tls.h
|
||||||
/xalloc-die.c
|
/xalloc-die.c
|
||||||
|
|||||||
+9
-3
@@ -1,4 +1,3 @@
|
|||||||
/*~
|
|
||||||
/00gnulib.m4
|
/00gnulib.m4
|
||||||
/__inline.m4
|
/__inline.m4
|
||||||
/absolute-header.m4
|
/absolute-header.m4
|
||||||
@@ -15,6 +14,7 @@
|
|||||||
/calloc.m4
|
/calloc.m4
|
||||||
/canonicalize.m4
|
/canonicalize.m4
|
||||||
/chdir-long.m4
|
/chdir-long.m4
|
||||||
|
/check-math-lib.m4
|
||||||
/clock_time.m4
|
/clock_time.m4
|
||||||
/close.m4
|
/close.m4
|
||||||
/closedir.m4
|
/closedir.m4
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
/extensions-aix.m4
|
/extensions-aix.m4
|
||||||
/extensions.m4
|
/extensions.m4
|
||||||
/extern-inline.m4
|
/extern-inline.m4
|
||||||
/extern-inline.m4~
|
|
||||||
/fatal-signal.m4
|
/fatal-signal.m4
|
||||||
/fchdir.m4
|
/fchdir.m4
|
||||||
/fclose.m4
|
/fclose.m4
|
||||||
@@ -76,6 +75,7 @@
|
|||||||
/getprogname.m4
|
/getprogname.m4
|
||||||
/getrusage.m4
|
/getrusage.m4
|
||||||
/gettext.m4
|
/gettext.m4
|
||||||
|
/gettext_h.m4
|
||||||
/gettime.m4
|
/gettime.m4
|
||||||
/gettimeofday.m4
|
/gettimeofday.m4
|
||||||
/glibc2.m4
|
/glibc2.m4
|
||||||
@@ -102,6 +102,7 @@
|
|||||||
/inttypes-pri.m4
|
/inttypes-pri.m4
|
||||||
/inttypes.m4
|
/inttypes.m4
|
||||||
/inttypes_h.m4
|
/inttypes_h.m4
|
||||||
|
/isinf.m4
|
||||||
/isnan.m4
|
/isnan.m4
|
||||||
/isnand.m4
|
/isnand.m4
|
||||||
/isnanf.m4
|
/isnanf.m4
|
||||||
@@ -121,6 +122,7 @@
|
|||||||
/lib-ld.m4
|
/lib-ld.m4
|
||||||
/lib-link.m4
|
/lib-link.m4
|
||||||
/lib-prefix.m4
|
/lib-prefix.m4
|
||||||
|
/libdl.m4
|
||||||
/libtextstyle-optional.m4
|
/libtextstyle-optional.m4
|
||||||
/libtextstyle.m4
|
/libtextstyle.m4
|
||||||
/libunistring-base.m4
|
/libunistring-base.m4
|
||||||
@@ -140,13 +142,13 @@
|
|||||||
/math_h.m4
|
/math_h.m4
|
||||||
/mbchar.m4
|
/mbchar.m4
|
||||||
/mbfile.m4
|
/mbfile.m4
|
||||||
/mbiter.m4
|
|
||||||
/mbrtoc32.m4
|
/mbrtoc32.m4
|
||||||
/mbrtowc.m4
|
/mbrtowc.m4
|
||||||
/mbsinit.m4
|
/mbsinit.m4
|
||||||
/mbstate_t.m4
|
/mbstate_t.m4
|
||||||
/mbswidth.m4
|
/mbswidth.m4
|
||||||
/memchr.m4
|
/memchr.m4
|
||||||
|
/memeq.m4
|
||||||
/mempcpy.m4
|
/mempcpy.m4
|
||||||
/memrchr.m4
|
/memrchr.m4
|
||||||
/minmax.m4
|
/minmax.m4
|
||||||
@@ -185,6 +187,7 @@
|
|||||||
/pthread-spin.m4
|
/pthread-spin.m4
|
||||||
/pthread_h.m4
|
/pthread_h.m4
|
||||||
/pthread_rwlock_rdlock.m4
|
/pthread_rwlock_rdlock.m4
|
||||||
|
/pthread_sigmask.m4
|
||||||
/quote.m4
|
/quote.m4
|
||||||
/quotearg.m4
|
/quotearg.m4
|
||||||
/raise.m4
|
/raise.m4
|
||||||
@@ -220,7 +223,9 @@
|
|||||||
/stat.m4
|
/stat.m4
|
||||||
/std-gnu11.m4
|
/std-gnu11.m4
|
||||||
/stdalign.m4
|
/stdalign.m4
|
||||||
|
/stdbit_h.m4
|
||||||
/stdckdint_h.m4
|
/stdckdint_h.m4
|
||||||
|
/stdcountof_h.m4
|
||||||
/stddef_h.m4
|
/stddef_h.m4
|
||||||
/stdint.m4
|
/stdint.m4
|
||||||
/stdint_h.m4
|
/stdint_h.m4
|
||||||
@@ -230,6 +235,7 @@
|
|||||||
/stpncpy.m4
|
/stpncpy.m4
|
||||||
/strchrnul.m4
|
/strchrnul.m4
|
||||||
/strdup.m4
|
/strdup.m4
|
||||||
|
/streq.m4
|
||||||
/strerror.m4
|
/strerror.m4
|
||||||
/strerror_r.m4
|
/strerror_r.m4
|
||||||
/string_h.m4
|
/string_h.m4
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
/*.gmo
|
/*.gmo
|
||||||
/*.po
|
/*.po
|
||||||
/*~
|
|
||||||
/.reference
|
/.reference
|
||||||
/LINGUAS
|
/LINGUAS
|
||||||
/Makefile
|
/Makefile
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
/*.gmo
|
/*.gmo
|
||||||
/*.po
|
/*.po
|
||||||
/*~
|
|
||||||
/.reference
|
/.reference
|
||||||
/LINGUAS
|
/LINGUAS
|
||||||
/Makefile
|
/Makefile
|
||||||
|
|||||||
@@ -1,9 +1,4 @@
|
|||||||
/*.flc
|
/*.flc
|
||||||
/*.log
|
|
||||||
/*.o
|
|
||||||
/*.output
|
|
||||||
/.deps
|
|
||||||
/.dirstamp
|
|
||||||
/bison
|
/bison
|
||||||
/bison.exe
|
/bison.exe
|
||||||
/scan-code.c
|
/scan-code.c
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
/*.output
|
|
||||||
/atconfig
|
/atconfig
|
||||||
/atlocal
|
/atlocal
|
||||||
/bison
|
/bison
|
||||||
|
|||||||
Reference in New Issue
Block a user