diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-25 10:56:24 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-25 10:58:56 +0200 |
commit | 2e6e036896a17e1090929f6f9974c0fcbbe8df3f (patch) | |
tree | 9c251f38b34ef470e2ef6ddbd23bf79f49556f4f /m4 | |
parent | b60a32376eff0e78cb789e68998d1be55e74db65 (diff) | |
download | coreutils-2e6e036896a17e1090929f6f9974c0fcbbe8df3f.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 faa76a48c..62d03641e 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -246,6 +246,7 @@ wchar_t.m4 wctype.m4 wcwidth.m4 wint_t.m4 +write-any-file.m4 xalloc.m4 xgetcwd.m4 xnanosleep.m4 diff --git a/m4/.gitignore b/m4/.gitignore index 30fc58e57..7a8bf0773 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -235,6 +235,7 @@ wchar_t.m4 wctype.m4 wcwidth.m4 wint_t.m4 +write-any-file.m4 xalloc.m4 xgetcwd.m4 xnanosleep.m4 |