Add .gitignore.
Florian Ragwitz [Wed, 8 Apr 2009 22:10:48 +0000 (00:10 +0200)]
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..2edee08
--- /dev/null
@@ -0,0 +1,13 @@
+.*
+!.gitignore
+Makefile*
+!Makefile.PL
+META.yml
+blib
+build
+inc
+pm_to_blib
+MANIFEST*
+!MANIFEST.SKIP
+Debian*
+MooseX-Emulate-Class-Accessor-Fast*