diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.cvsignore | 2 | ||||
-rw-r--r-- | lib/.gitignore | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index fe8d09ed7..386646c24 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -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 diff --git a/lib/.gitignore b/lib/.gitignore index 67726ca43..ef103c82a 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -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 |