aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-01-23 13:32:17 +0000
committerJim Meyering <meyering@redhat.com>2009-01-23 13:32:17 +0000
commit48dc345f2d12ea0efb398e68a7b31539fe9f57df (patch)
treedb62fa036ae34b49f67e8ccf6e042fb8d65e812a /m4
parentmaint: update list of error function names and adapt (diff)
downloadlibvirt-48dc345f2d12ea0efb398e68a7b31539fe9f57df.tar.gz
libvirt-48dc345f2d12ea0efb398e68a7b31539fe9f57df.tar.bz2
libvirt-48dc345f2d12ea0efb398e68a7b31539fe9f57df.zip
correct and tighten up .*ignore files
* .cvsignore: Don't ignore *.orig or *.rej. They're not build products. Don't ignore the entire m4 directory. * Makefile.maint (sync-vcs-ignore-files): Correct quoting. Use sed rather than a for loop. Search only version-controled files (for reproducibility) * gnulib/lib/netinet/.cvsignore: Append missing newline-at-EOF, so that the use of sed doesn't mistakenly concatenate lines. * gnulib/lib/sys/.cvsignore: Likewise. * m4/.cvsignore: Ignore acinclude.m4 and aclocal.m4, not *.m4. * .hgignore: Regenerate. * all .gitignore files: Regenerate.
Diffstat (limited to 'm4')
-rw-r--r--m4/.cvsignore3
-rw-r--r--m4/.gitignore3
2 files changed, 4 insertions, 2 deletions
diff --git a/m4/.cvsignore b/m4/.cvsignore
index 0063d7a83..09797f078 100644
--- a/m4/.cvsignore
+++ b/m4/.cvsignore
@@ -1,3 +1,4 @@
-*.m4
Makefile
Makefile.in
+acinclude.m4
+aclocal.m4
diff --git a/m4/.gitignore b/m4/.gitignore
index 0063d7a83..09797f078 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -1,3 +1,4 @@
-*.m4
Makefile
Makefile.in
+acinclude.m4
+aclocal.m4