mirror of
https://https.git.savannah.gnu.org/git/sed.git
synced 2026-01-27 01:44:34 +00:00
maint: update .gitignore files
This commit is contained in:
parent
ccef237b83
commit
8a13de6943
3
.gitignore
vendored
3
.gitignore
vendored
@ -19,12 +19,14 @@
|
||||
/THANKS
|
||||
/aclocal.m4
|
||||
/autom4te.cache
|
||||
/confdefs.h
|
||||
/config.cache
|
||||
/config.h
|
||||
/config.log
|
||||
/config.status
|
||||
/config_h.in
|
||||
/configure
|
||||
/conftest*
|
||||
/doc/.gitignore
|
||||
/doc/coverage/
|
||||
/doc/sed.1
|
||||
@ -39,6 +41,7 @@
|
||||
/doc/sed.op
|
||||
/doc/sed.pdf
|
||||
/doc/sed.pg
|
||||
/doc/sed.t2p/
|
||||
/doc/sed.toc
|
||||
/doc/sed.tp
|
||||
/doc/sed.vr
|
||||
|
||||
3
lib/.gitignore
vendored
3
lib/.gitignore
vendored
@ -48,6 +48,8 @@
|
||||
/errno.h
|
||||
/errno.in.h
|
||||
/error.c
|
||||
/error.h
|
||||
/error.in.h
|
||||
/exitfail.c
|
||||
/exitfail.h
|
||||
/fcntl.c
|
||||
@ -238,4 +240,3 @@
|
||||
/xalloc-oversized.h
|
||||
/xalloc.h
|
||||
/xmalloc.c
|
||||
/error.in.h
|
||||
|
||||
6
m4/.gitignore
vendored
6
m4/.gitignore
vendored
@ -24,6 +24,7 @@
|
||||
/environ.m4
|
||||
/errno_h.m4
|
||||
/error.m4
|
||||
/error_h.m4
|
||||
/extensions.m4
|
||||
/extern-inline.m4
|
||||
/fcntl-o.m4
|
||||
@ -104,6 +105,7 @@
|
||||
/memchr.m4
|
||||
/mempcpy.m4
|
||||
/memrchr.m4
|
||||
/memset_explicit.m4
|
||||
/minmax.m4
|
||||
/mkdir.m4
|
||||
/mkostemp.m4
|
||||
@ -214,8 +216,6 @@
|
||||
/wctype_h.m4
|
||||
/wint_t.m4
|
||||
/xalloc.m4
|
||||
/xattr.m4
|
||||
/xsize.m4
|
||||
/zzgnulib.m4
|
||||
/memset_explicit.m4
|
||||
/error_h.m4
|
||||
/xattr.m4
|
||||
|
||||
1
po/.gitignore
vendored
1
po/.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
*.gmo
|
||||
*.po
|
||||
*~
|
||||
/.reference/
|
||||
/LINGUAS
|
||||
/Makefile.in.in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user