Merge branch 'master' of https://github.com/d2s/gitignore into d2s-master

This commit is contained in:
Chris Wanstrath
2011-02-21 18:00:14 -08:00
6 changed files with 20 additions and 7 deletions
-1
View File
@@ -1,4 +1,3 @@
# http://www.gnu.org/software/automake
Makefile.in
+3
View File
@@ -0,0 +1,3 @@
/.hg/*
*/.hg/*
.hgignore
+1 -2
View File
@@ -1,2 +1 @@
/.svn/*
*/.svn/*
.svn/
+7 -4
View File
@@ -4,8 +4,11 @@
# except for .gitignore
!.gitignore
# Ignore Play! working directory
tmp
log
test-result
# Ignore Play! working directory #
db
eclipse
log
logs
server.pid
test-result
tmp
+4
View File
@@ -0,0 +1,4 @@
*/logs/*
*/cache/*
web/uploads/*
web/bundles/*
+5
View File
@@ -0,0 +1,5 @@
# gcc coverage testing tool files
*.gcno
*.gcda
*.gcov