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 /m4 | |
parent | 45a35825dcf958c6d43cb54943eef1abbfd00090 (diff) | |
download | coreutils-c25841e0d4335e220d244c141f3156c0f8139c86.tar.xz |
Add to .cvsignore and .gitignore files.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/.cvsignore | 1 | ||||
-rw-r--r-- | m4/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/m4/.cvsignore b/m4/.cvsignore index d566e2a07..faa76a48c 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -193,6 +193,7 @@ stdbool.m4 stdint.m4 stdint_h.m4 stdio-safer.m4 +stdio_h.m4 stdlib-safer.m4 stdlib_h.m4 stpcpy.m4 diff --git a/m4/.gitignore b/m4/.gitignore index 80953ac1c..30fc58e57 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -185,6 +185,7 @@ stdbool.m4 stdint.m4 stdint_h.m4 stdio-safer.m4 +stdio_h.m4 stdlib-safer.m4 stdlib_h.m4 stpcpy.m4 |