OSDN Git Service

add .gitattributes
authorTaku Amano <taku@bakersterrace.net>
Thu, 19 Feb 2009 19:35:25 +0000 (04:35 +0900)
committerTaku Amano <taku@bakersterrace.net>
Thu, 19 Feb 2009 19:35:25 +0000 (04:35 +0900)
.gitattributes [new file with mode: 0644]
MANIFEST.SKIP

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..bf17ac3
--- /dev/null
@@ -0,0 +1,4 @@
+*.pm       ident
+*.html       ident
+*.tmpl       ident
+*.yaml       ident
index 06facc5..0d160a2 100644 (file)
@@ -11,8 +11,8 @@
 \bCVS\b
 ,v$
 \B\.svn\b
-\B\.git\b
 \B\.cvsignore$
+\B\.git
 
 # Avoid Makemaker generated and utility files.
 \bMakefile$