projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5387558
)
Add Devel::Cover and Devel::NYTProf stuff to .gitignore and MANIFEST.skip
gfx [Fri, 25 Sep 2009 04:35:47 +0000 (13:35 +0900)]
.gitignore
patch
|
blob
|
blame
|
history
MANIFEST.SKIP
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index
0a00cc5
..
29d67d1
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-13,3
+13,6
@@
Mouse-*
*.bak
*.old
xt/compatibility/
+cover_db/*
+nytprof*
+*.out
diff --git
a/MANIFEST.SKIP
b/MANIFEST.SKIP
index
2e350f8
..
107a6a4
100644
(file)
--- a/
MANIFEST.SKIP
+++ b/
MANIFEST.SKIP
@@
-34,7
+34,8
@@
\bcover_db\b
#!end included /home/s0710509/sperl/lib/5.10.1/ExtUtils/MANIFEST.SKIP
-
\r
-xt/
\r
-^TODO$
\r
-
\r
+
+xt/
+^TODO$
+nytprof
+\.out$