diff options
-rw-r--r-- | lib/.cvsignore | 2 | ||||
-rw-r--r-- | lib/.gitignore | 2 | ||||
-rw-r--r-- | m4/.cvsignore | 3 | ||||
-rw-r--r-- | m4/.gitignore | 3 |
4 files changed, 10 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index bb3b7898b..0d9fd482d 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -145,6 +145,8 @@ hash.c hash.h human.c human.h +i-ring.c +i-ring.h idcache.c imaxtostr.c inet_ntop.c diff --git a/lib/.gitignore b/lib/.gitignore index 780cafd7b..bc9ad9e3f 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -135,6 +135,8 @@ hash.c hash.h human.c human.h +i-ring.c +i-ring.h idcache.c imaxtostr.c inet_ntop.c diff --git a/m4/.cvsignore b/m4/.cvsignore index f31e8abc5..4f3a47a04 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -43,6 +43,7 @@ file-type.m4 fileblocks.m4 filemode.m4 filenamecat.m4 +flexmember.m4 fnmatch.m4 fpending.m4 fprintftime.m4 @@ -81,10 +82,12 @@ hard-locale.m4 hash.m4 host-os.m4 human.m4 +i-ring.m4 iconv.m4 idcache.m4 include_next.m4 inet_ntop.m4 +inline.m4 intdiv0.m4 intl.m4 intldir.m4 diff --git a/m4/.gitignore b/m4/.gitignore index 8d3706a89..09f6348ab 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -42,6 +42,7 @@ file-type.m4 fileblocks.m4 filemode.m4 filenamecat.m4 +flexmember.m4 fnmatch.m4 fpending.m4 fprintftime.m4 @@ -79,9 +80,11 @@ hard-locale.m4 hash.m4 host-os.m4 human.m4 +i-ring.m4 iconv.m4 idcache.m4 inet_ntop.m4 +inline.m4 intl.m4 intldir.m4 intmax.m4 |