diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-21 15:41:58 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-21 15:41:58 +0100 |
commit | a59975a3fd5ec557a4b9ee71f8bfeaffa5d3a355 (patch) | |
tree | 61d6274e25362e713d6a570ddd4966ad9728869c | |
parent | 373c95c45ae5ac72a585bbec1ffb6185da84f29d (diff) | |
download | coreutils-a59975a3fd5ec557a4b9ee71f8bfeaffa5d3a355.tar.xz |
Add to .cvsignore and .gitignore files.
-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 |