aboutsummaryrefslogtreecommitdiff
path: root/gnulib
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 /gnulib
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 'gnulib')
-rw-r--r--gnulib/lib/.cvsignore12
-rw-r--r--gnulib/lib/.gitignore12
-rw-r--r--gnulib/lib/netinet/.cvsignore2
-rw-r--r--gnulib/lib/netinet/.gitignore2
-rw-r--r--gnulib/lib/sys/.cvsignore2
-rw-r--r--gnulib/lib/sys/.gitignore2
6 files changed, 16 insertions, 16 deletions
diff --git a/gnulib/lib/.cvsignore b/gnulib/lib/.cvsignore
index ba817ae0b..9d6b35f84 100644
--- a/gnulib/lib/.cvsignore
+++ b/gnulib/lib/.cvsignore
@@ -1,13 +1,13 @@
-alloca.h
-arpa_inet.h
-.deps
-errno.h
-float.h
*.la
-.libs
*.lo
+.deps
+.libs
Makefile
Makefile.in
+alloca.h
+arpa_inet.h
+errno.h
+float.h
netdb.h
netinet_in.h
poll.h
diff --git a/gnulib/lib/.gitignore b/gnulib/lib/.gitignore
index ba817ae0b..9d6b35f84 100644
--- a/gnulib/lib/.gitignore
+++ b/gnulib/lib/.gitignore
@@ -1,13 +1,13 @@
-alloca.h
-arpa_inet.h
-.deps
-errno.h
-float.h
*.la
-.libs
*.lo
+.deps
+.libs
Makefile
Makefile.in
+alloca.h
+arpa_inet.h
+errno.h
+float.h
netdb.h
netinet_in.h
poll.h
diff --git a/gnulib/lib/netinet/.cvsignore b/gnulib/lib/netinet/.cvsignore
index 95f1a2e32..00fea9e8c 100644
--- a/gnulib/lib/netinet/.cvsignore
+++ b/gnulib/lib/netinet/.cvsignore
@@ -1 +1 @@
-in.h \ No newline at end of file
+in.h
diff --git a/gnulib/lib/netinet/.gitignore b/gnulib/lib/netinet/.gitignore
index 95f1a2e32..00fea9e8c 100644
--- a/gnulib/lib/netinet/.gitignore
+++ b/gnulib/lib/netinet/.gitignore
@@ -1 +1 @@
-in.h \ No newline at end of file
+in.h
diff --git a/gnulib/lib/sys/.cvsignore b/gnulib/lib/sys/.cvsignore
index f6e392faf..62c8ffb39 100644
--- a/gnulib/lib/sys/.cvsignore
+++ b/gnulib/lib/sys/.cvsignore
@@ -1,4 +1,4 @@
select.h
socket.h
stat.h
-time.h \ No newline at end of file
+time.h
diff --git a/gnulib/lib/sys/.gitignore b/gnulib/lib/sys/.gitignore
index f6e392faf..62c8ffb39 100644
--- a/gnulib/lib/sys/.gitignore
+++ b/gnulib/lib/sys/.gitignore
@@ -1,4 +1,4 @@
select.h
socket.h
stat.h
-time.h \ No newline at end of file
+time.h