From: Richard Jones Date: Tue, 17 Nov 2009 09:31:32 +0000 (+0000) Subject: Add .gitignore file for git. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=HEAD;p=virt-p2v.git Add .gitignore file for git. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee80045 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +~ +*.orig +*.iso +*.img +virt-p2v-*tar\.gz +virt-p2v-*.tar +livecd.ks +livecd-test.ks +livecd-post.sh +pod2htm.* +autom4te.cache +configure +config.log +config.status +Makefile +p2v.ks +tftpboot +localrepo +rpmbuild +p2vrepo +virt-p2v.spec +.tmp.virt-p2v.ml +po/Makefile +po/*.mo +po/*.po.bak \ No newline at end of file diff --git a/.hgignore b/.hgignore deleted file mode 100644 index 1dab2a2..0000000 --- a/.hgignore +++ /dev/null @@ -1,25 +0,0 @@ -~$ -\.orig$ -\.iso$ -\.img$ -^virt-p2v-.*\.tar\.gz$ -^virt-p2v-.*\.tar$ -^livecd\.ks$ -^livecd-test\.ks$ -^livecd-post\.sh$ -^pod2htm.* -^autom4te\.cache -^configure$ -^config\.log$ -^config\.status$ -^Makefile$ -^p2v\.ks$ -^tftpboot/ -^localrepo/ -^rpmbuild/ -^p2vrepo/ -^virt-p2v\.spec$ -^\.tmp\.virt-p2v\.ml$ -^po/Makefile$ -^po/.*\.mo$ -^po/.*\.po\.bak$ \ No newline at end of file