diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-28 08:46:01 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-28 08:46:01 +0200 |
commit | 59312fa3f99cbe5a4bb4f194a1106ea484d9bb0c (patch) | |
tree | 72f7afeb5db028b7f6f1987a2ea1bcfbbb5a3184 /lib | |
parent | 2fa23f1f86ddc57e4b7bf2453e75a9e54ba60d2b (diff) | |
download | coreutils-59312fa3f99cbe5a4bb4f194a1106ea484d9bb0c.tar.xz |
Add to .cvsignore and .gitignore files.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.cvsignore | 1 | ||||
-rw-r--r-- | lib/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index 386646c24..d77c4657a 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -96,6 +96,7 @@ filenamecat.c filenamecat.h findprog.c findprog.h +float+.h fnmatch.c fnmatch.h fnmatch_.h diff --git a/lib/.gitignore b/lib/.gitignore index ef103c82a..7e704325a 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -91,6 +91,7 @@ filenamecat.c filenamecat.h findprog.c findprog.h +float+.h fnmatch.c fnmatch.h fnmatch_.h |