]> git.imager.perl.org - imager-graph.git/commitdiff
updates for the git tranfer
authorTony Cook <tony@develop-help.com>
Fri, 4 May 2012 11:31:52 +0000 (21:31 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 4 May 2012 11:31:52 +0000 (21:31 +1000)
.gitignore [new file with mode: 0644]
MANIFEST.SKIP

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..0dd32a6
--- /dev/null
@@ -0,0 +1,7 @@
+/blib/
+/Makefile
+/pm_to_blib
+/testout
+/MANIFEST.bak
+/*~
+/.#*
index 2b70863e61c47303114d428a02248c0c324b8086..47c1b00c6cc18387f31eb07e7bc06bece2d8707a 100644 (file)
@@ -1,7 +1,5 @@
-^\.svn\b
 ^testout/
 ~$
-/\.svn/
 ^blib/
 ^Makefile$
 ^Makefile\.old$
@@ -10,6 +8,8 @@
 \.rej$
 \.bak$
 ^Imager-Graph
+^\.git/
+^\.gitignore$
 
 # t/x tests aren't distributed
 ^t/x