diff options
-rw-r--r-- | lib/.cvsignore | 3 | ||||
-rw-r--r-- | lib/.gitignore | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index df34a8b6c..fe8d09ed7 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -3,8 +3,10 @@ Makefile Makefile.in __fpending.c __fpending.h +acl-internal.h acl.c acl.h +acl_entries.c alloca.c alloca.h alloca_.h @@ -84,6 +86,7 @@ fcntl-safer.h fcntl.h fcntl_.h fd-safer.c +file-has-acl.c file-type.c file-type.h fileblocks.c diff --git a/lib/.gitignore b/lib/.gitignore index d7233fe3d..67726ca43 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,7 +1,9 @@ __fpending.c __fpending.h +acl-internal.h acl.c acl.h +acl_entries.c alloca.c alloca.h alloca_.h @@ -79,6 +81,7 @@ fcntl-safer.h fcntl.h fcntl_.h fd-safer.c +file-has-acl.c file-type.c file-type.h fileblocks.c |