diff options
author | Jim Meyering <jim@meyering.net> | 2007-02-21 22:45:09 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-02-21 22:45:09 +0100 |
commit | c25841e0d4335e220d244c141f3156c0f8139c86 (patch) | |
tree | e115f6be872ae8914f0f1219aeaf88ad1b414004 /lib | |
parent | 45a35825dcf958c6d43cb54943eef1abbfd00090 (diff) | |
download | coreutils-c25841e0d4335e220d244c141f3156c0f8139c86.tar.xz |
Add to .cvsignore and .gitignore files.
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 c6ba17167..40f7e7155 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -307,6 +307,8 @@ stdint.h stdint_.h stdio--.h stdio-safer.h +stdio.h +stdio_.h stdlib--.h stdlib-safer.h stdlib.h diff --git a/lib/.gitignore b/lib/.gitignore index fba0c90e9..52a488947 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -298,6 +298,8 @@ stdint.h stdint_.h stdio--.h stdio-safer.h +stdio.h +stdio_.h stdlib--.h stdlib-safer.h stdlib.h |