diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.cvsignore | 6 | ||||
-rw-r--r-- | lib/.gitignore | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index 8d44440ea..0a52cbb6a 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -10,9 +10,6 @@ acl_entries.c alloca.c alloca.h alloca_.h -allocsa.c -allocsa.h -allocsa.valgrind argmatch.c argmatch.h asnprintf.c @@ -199,6 +196,9 @@ lseek.c lstat.c lstat.h malloc.c +malloca.c +malloca.h +malloca.valgrind mbchar.c mbchar.h mbscasecmp.c diff --git a/lib/.gitignore b/lib/.gitignore index 08ee28f81..2d4209f32 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -7,9 +7,6 @@ acl_entries.c alloca.c alloca.h alloca_.h -allocsa.c -allocsa.h -allocsa.valgrind argmatch.c argmatch.h asnprintf.c @@ -193,6 +190,9 @@ lseek.c lstat.c lstat.h malloc.c +malloca.c +malloca.h +malloca.valgrind mbchar.c mbchar.h mbscasecmp.c |