Add .gitignore file for git. master
authorRichard Jones <rjones@redhat.com>
Tue, 17 Nov 2009 09:31:32 +0000 (09:31 +0000)
committerRichard Jones <rjones@redhat.com>
Tue, 17 Nov 2009 09:31:32 +0000 (09:31 +0000)
.gitignore [new file with mode: 0644]
.hgignore [deleted file]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ee80045
--- /dev/null
@@ -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 (file)
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