git: update ignores

This commit is contained in:
Akim Demaille
2019-09-22 07:37:49 +02:00
parent 4901ee115b
commit 453639dfac
5 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,9 +1,6 @@
/ABOUT-NLS~
*.eps
*.log *.log
*.o *.o
*.pdf *.pdf
*.png
*.stamp *.stamp
*.trs *.trs
*~ *~

1
examples/c++/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/simple.yy

View File

@@ -15,4 +15,6 @@
/en@quot.header /en@quot.header
/insert-header.sin /insert-header.sin
/quot.sed /quot.sed
/remove-potcdate.sed
/remove-potcdate.sin /remove-potcdate.sin
/stamp-po

2
lib/.gitignore vendored
View File

@@ -95,6 +95,7 @@
/getdtablesize.c /getdtablesize.c
/gethrxtime.c /gethrxtime.c
/gethrxtime.h /gethrxtime.h
/getopt-cdefs.h
/getopt-cdefs.in.h /getopt-cdefs.in.h
/getopt-core.h /getopt-core.h
/getopt-ext.h /getopt-ext.h
@@ -271,6 +272,7 @@
/sys_types.in.h /sys_types.in.h
/sys_wait.in.h /sys_wait.in.h
/sysexits.in.h /sysexits.in.h
/textstyle.h
/textstyle.in.h /textstyle.in.h
/time.h /time.h
/time.in.h /time.in.h

1
m4/.gitignore vendored
View File

@@ -1,5 +1,6 @@
/*~ /*~
/00gnulib.m4 /00gnulib.m4
/__inline.m4
/absolute-header.m4 /absolute-header.m4
/alloca.m4 /alloca.m4
/asm-underscore.m4 /asm-underscore.m4