]> git.ipfire.org Git - thirdparty/libvirt.git/commit
generate .gitignore files from .cvsignore ones
authorJim Meyering <meyering@redhat.com>
Fri, 17 Oct 2008 10:03:15 +0000 (10:03 +0000)
committerJim Meyering <meyering@redhat.com>
Fri, 17 Oct 2008 10:03:15 +0000 (10:03 +0000)
commit164fbbd6e6950d2ee3d40c7ae62b440203abd489
tree947db555fb2d8de5c90254b0c9309e81a2b4cf2c
parent83c2762b359a34931b1bcf35ac5d9a01c2571cff
generate .gitignore files from .cvsignore ones

* Makefile.maint (sync-vcs-ignore-files): New target.
Prompted by a patch from James Morris.
http://thread.gmane.org/gmane.comp.emulators.libvirt/8619/focus=8773
Add all (now-generated) .gitignore files.
* .gitignore: New file.
* build-aux/.gitignore: New file.
* docs/.gitignore: New file.
* docs/devhelp/.gitignore: New file.
* docs/examples/.gitignore: New file.
* docs/examples/python/.gitignore: New file.
* gnulib/lib/.gitignore: New file.
* gnulib/lib/arpa/.gitignore: New file.
* gnulib/lib/netinet/.gitignore: New file.
* gnulib/lib/sys/.gitignore: New file.
* gnulib/tests/.gitignore: New file.
* include/.gitignore: New file.
* include/libvirt/.gitignore: New file.
* po/.gitignore: New file.
* proxy/.gitignore: New file.
* python/.gitignore: New file.
* python/tests/.gitignore: New file.
* qemud/.gitignore: New file.
* src/.gitignore: New file.
* tests/.gitignore: New file.
* tests/confdata/.gitignore: New file.
* tests/sexpr2xmldata/.gitignore: New file.
* tests/virshdata/.gitignore: New file.
* tests/xencapsdata/.gitignore: New file.
* tests/xmconfigdata/.gitignore: New file.
* tests/xml2sexprdata/.gitignore: New file.
27 files changed:
.gitignore [new file with mode: 0644]
Makefile.maint
build-aux/.gitignore [new file with mode: 0644]
docs/.gitignore [new file with mode: 0644]
docs/devhelp/.gitignore [new file with mode: 0644]
docs/examples/.gitignore [new file with mode: 0644]
docs/examples/python/.gitignore [new file with mode: 0644]
gnulib/lib/.gitignore [new file with mode: 0644]
gnulib/lib/arpa/.gitignore [new file with mode: 0644]
gnulib/lib/netinet/.gitignore [new file with mode: 0644]
gnulib/lib/sys/.gitignore [new file with mode: 0644]
gnulib/tests/.gitignore [new file with mode: 0644]
include/.gitignore [new file with mode: 0644]
include/libvirt/.gitignore [new file with mode: 0644]
po/.gitignore [new file with mode: 0644]
proxy/.gitignore [new file with mode: 0644]
python/.gitignore [new file with mode: 0644]
python/tests/.gitignore [new file with mode: 0644]
qemud/.gitignore [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
tests/confdata/.gitignore [new file with mode: 0644]
tests/sexpr2xmldata/.gitignore [new file with mode: 0644]
tests/virshdata/.gitignore [new file with mode: 0644]
tests/xencapsdata/.gitignore [new file with mode: 0644]
tests/xmconfigdata/.gitignore [new file with mode: 0644]
tests/xml2sexprdata/.gitignore [new file with mode: 0644]