1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-16 12:22:01 +02:00

Add to .cvsignore and .gitignore files.

This commit is contained in:
Jim Meyering
2007-03-25 10:56:24 +02:00
parent b60a32376e
commit 2e6e036896
4 changed files with 6 additions and 0 deletions

View File

@@ -383,6 +383,8 @@ wchar_.h
wctype.h
wctype_.h
wcwidth.h
write-any-file.c
write-any-file.h
xalloc-die.c
xalloc.h
xgetcwd.c

2
lib/.gitignore vendored
View File

@@ -374,6 +374,8 @@ wchar_.h
wctype.h
wctype_.h
wcwidth.h
write-any-file.c
write-any-file.h
xalloc-die.c
xalloc.h
xgetcwd.c

View File

@@ -246,6 +246,7 @@ wchar_t.m4
wctype.m4
wcwidth.m4
wint_t.m4
write-any-file.m4
xalloc.m4
xgetcwd.m4
xnanosleep.m4

1
m4/.gitignore vendored
View File

@@ -235,6 +235,7 @@ wchar_t.m4
wctype.m4
wcwidth.m4
wint_t.m4
write-any-file.m4
xalloc.m4
xgetcwd.m4
xnanosleep.m4