diff options
author | Jim Meyering <jim@meyering.net> | 2007-05-26 06:30:30 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-05-26 06:30:30 +0200 |
commit | 8ab7f351a139ab25a14843c69699069242bfc510 (patch) | |
tree | d33619ed857dc81e1fc12739b80110dc38b6edf1 | |
parent | 9e450601b1509b3a83d9c1231b3cf9107eedbe9b (diff) | |
download | coreutils-8ab7f351a139ab25a14843c69699069242bfc510.tar.xz |
Add to .cvsignore and .gitignore files.
-rw-r--r-- | lib/.cvsignore | 4 | ||||
-rw-r--r-- | lib/.gitignore | 4 | ||||
-rw-r--r-- | m4/.cvsignore | 1 | ||||
-rw-r--r-- | m4/.gitignore | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index 3fd4bb79b..7dc3b83c5 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -97,6 +97,8 @@ filenamecat.h findprog.c findprog.h float+.h +float.h +float_.h fnmatch.c fnmatch.h fnmatch_.h @@ -105,9 +107,11 @@ fopen-safer.c fprintftime.c fprintftime.h free.c +fseeko.c fstatat.c fsusage.c fsusage.h +ftello.c ftruncate.c fts-cycle.c fts.c diff --git a/lib/.gitignore b/lib/.gitignore index 3139b9363..5b76bfc55 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -92,6 +92,8 @@ filenamecat.h findprog.c findprog.h float+.h +float.h +float_.h fnmatch.c fnmatch.h fnmatch_.h @@ -100,9 +102,11 @@ fopen-safer.c fprintftime.c fprintftime.h free.c +fseeko.c fstatat.c fsusage.c fsusage.h +ftello.c ftruncate.c fts-cycle.c fts.c diff --git a/m4/.cvsignore b/m4/.cvsignore index d8a1209e5..01af791cc 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -48,6 +48,7 @@ filemode.m4 filenamecat.m4 findprog.m4 flexmember.m4 +float_h.m4 fnmatch.m4 fpending.m4 fprintftime.m4 diff --git a/m4/.gitignore b/m4/.gitignore index 0876685a6..54f6b5e4a 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -47,6 +47,7 @@ filemode.m4 filenamecat.m4 findprog.m4 flexmember.m4 +float_h.m4 fnmatch.m4 fpending.m4 fprintftime.m4 |