diff options
author | Jim Meyering <meyering@redhat.com> | 2008-10-17 10:03:15 +0000 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-10-17 10:03:15 +0000 |
commit | d070dfbc7d98715c690d38605f5647a1167e4c04 (patch) | |
tree | 98f08f72f24f75e1db432ad9367750d3550fca08 /tests | |
parent | d863602a8f39ba1445aee34419223cd38dad523c (diff) | |
download | libvirt-python-split-d070dfbc7d98715c690d38605f5647a1167e4c04.tar.gz libvirt-python-split-d070dfbc7d98715c690d38605f5647a1167e4c04.tar.xz libvirt-python-split-d070dfbc7d98715c690d38605f5647a1167e4c04.zip |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..282522d --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in |