From 58163b1465c80dfb3bcf35773c79aac0e6dddcf1 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 17 Nov 2009 09:31:32 +0000 Subject: [PATCH] Add .gitignore file for git. --- .gitignore | 25 +++++++++++++++++++++++++ .hgignore | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 .gitignore delete mode 100644 .hgignore 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 -- 1.8.3.1