From: Jim Meyering Date: Tue, 3 Mar 2009 11:25:00 +0000 (+0000) Subject: update .gitignore and .hgignore files X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=260082321c42c39e1f4fe6ce9ff3677851fb4fb0;p=libvirt.git update .gitignore and .hgignore files --- diff --git a/.hgignore b/.hgignore index 20a6c0eba2..32820fc64e 100644 --- a/.hgignore +++ b/.hgignore @@ -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 diff --git a/ChangeLog b/ChangeLog index 1629b62467..903c92292b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Mar 3 12:22:51 +0100 2009 Jim Meyering + + update .gitignore and .hgignore files + Tue Mar 3 10:01:13 GMT 2009 Daniel P. Berrange SELinux security driver for sVirt support (James Morris, Dan Walsh & Daniel diff --git a/docs/schemas/.gitignore b/docs/schemas/.gitignore new file mode 100644 index 0000000000..282522db03 --- /dev/null +++ b/docs/schemas/.gitignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/examples/hellolibvirt/.gitignore b/examples/hellolibvirt/.gitignore new file mode 100644 index 0000000000..b8d036dadf --- /dev/null +++ b/examples/hellolibvirt/.gitignore @@ -0,0 +1,5 @@ +Makefile +Makefile.in +hellolibvirt +.deps +.libs diff --git a/python/.gitignore b/python/.gitignore index 079e574e66..db6c706796 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -12,3 +12,4 @@ libvirt-py.[ch] libvirtclass.py gen_prog *.pyc +generated.stamp