update .gitignore and .hgignore files

This commit is contained in:
Jim Meyering 2009-03-03 11:25:00 +00:00
parent 41ed6eb327
commit 260082321c
5 changed files with 14 additions and 0 deletions

View File

@ -202,6 +202,7 @@ python/.libs
python/Makefile
python/Makefile.in
python/gen_prog
python/generated.stamp
python/libvirt-export.c
python/libvirt-py.[ch]
python/libvirt.py
@ -253,6 +254,7 @@ tests/Makefile.in
tests/confdata/Makefile
tests/confdata/Makefile.in
tests/conftest
tests/nodedevxml2xmltest
tests/nodeinfotest
tests/qemuxml2argvtest
tests/qemuxml2xmltest

View File

@ -1,3 +1,7 @@
Tue Mar 3 12:22:51 +0100 2009 Jim Meyering <meyering@redhat.com>
update .gitignore and .hgignore files
Tue Mar 3 10:01:13 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
SELinux security driver for sVirt support (James Morris, Dan Walsh & Daniel

2
docs/schemas/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

5
examples/hellolibvirt/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
Makefile
Makefile.in
hellolibvirt
.deps
.libs

1
python/.gitignore vendored
View File

@ -12,3 +12,4 @@ libvirt-py.[ch]
libvirtclass.py
gen_prog
*.pyc
generated.stamp