diff options
author | 2009-01-23 13:32:17 +0000 | |
---|---|---|
committer | 2009-01-23 13:32:17 +0000 | |
commit | 48dc345f2d12ea0efb398e68a7b31539fe9f57df (patch) | |
tree | db62fa036ae34b49f67e8ccf6e042fb8d65e812a /.gitignore | |
parent | maint: update list of error function names and adapt (diff) | |
download | libvirt-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 '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index ecb8bf023..1b3669482 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ *.a *.o -*.orig -*.rej *~ .git ABOUT-NLS @@ -27,7 +25,6 @@ libvirt.pc libvirt.spec ltconfig ltmain.sh -m4 mingw32-libvirt.spec mkinstalldirs results.log |