mirror of https://gitee.com/openkylin/libvirt.git
update .gitignore and .hgignore files
This commit is contained in:
parent
41ed6eb327
commit
260082321c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
|
@ -0,0 +1,5 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
hellolibvirt
|
||||
.deps
|
||||
.libs
|
|
@ -12,3 +12,4 @@ libvirt-py.[ch]
|
|||
libvirtclass.py
|
||||
gen_prog
|
||||
*.pyc
|
||||
generated.stamp
|
||||
|
|
Loading…
Reference in New Issue