a .gitignore file
Karen Etheridge [Tue, 26 Mar 2013 04:46:49 +0000 (21:46 -0700)]
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..0324024
--- /dev/null
@@ -0,0 +1,26 @@
+/META.yml
+/MYMETA.*
+/Makefile
+/Makefile.old
+/MANIFEST
+/MANIFEST.bak
+/blib/
+/pm_to_blib
+/.build
+!.gitignore
+*.bs
+/xs/*.c
+*.o
+cover_db
+*.gc??
+test-mydeps-*
+nytprof*
+/inc/
+!.gitignore
+.*.sw?
+/README
+/Distar/
+/Package-Variant-*
+
+# yes that's right, distar makes it for us
+MANIFEST.SKIP