mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
update .gitignore and .hgignore files
This commit is contained in:
parent
41ed6eb327
commit
260082321c
@ -202,6 +202,7 @@ python/.libs
|
|||||||
python/Makefile
|
python/Makefile
|
||||||
python/Makefile.in
|
python/Makefile.in
|
||||||
python/gen_prog
|
python/gen_prog
|
||||||
|
python/generated.stamp
|
||||||
python/libvirt-export.c
|
python/libvirt-export.c
|
||||||
python/libvirt-py.[ch]
|
python/libvirt-py.[ch]
|
||||||
python/libvirt.py
|
python/libvirt.py
|
||||||
@ -253,6 +254,7 @@ tests/Makefile.in
|
|||||||
tests/confdata/Makefile
|
tests/confdata/Makefile
|
||||||
tests/confdata/Makefile.in
|
tests/confdata/Makefile.in
|
||||||
tests/conftest
|
tests/conftest
|
||||||
|
tests/nodedevxml2xmltest
|
||||||
tests/nodeinfotest
|
tests/nodeinfotest
|
||||||
tests/qemuxml2argvtest
|
tests/qemuxml2argvtest
|
||||||
tests/qemuxml2xmltest
|
tests/qemuxml2xmltest
|
||||||
|
@ -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>
|
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
|
SELinux security driver for sVirt support (James Morris, Dan Walsh & Daniel
|
||||||
|
2
docs/schemas/.gitignore
vendored
Normal file
2
docs/schemas/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
5
examples/hellolibvirt/.gitignore
vendored
Normal file
5
examples/hellolibvirt/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
hellolibvirt
|
||||||
|
.deps
|
||||||
|
.libs
|
1
python/.gitignore
vendored
1
python/.gitignore
vendored
@ -12,3 +12,4 @@ libvirt-py.[ch]
|
|||||||
libvirtclass.py
|
libvirtclass.py
|
||||||
gen_prog
|
gen_prog
|
||||||
*.pyc
|
*.pyc
|
||||||
|
generated.stamp
|
||||||
|
Loading…
Reference in New Issue
Block a user