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
commit 4823407194
6 changed files with 20 additions and 7 deletions

View File

@ -1,4 +1,3 @@
# http://www.gnu.org/software/automake
Makefile.in

View File

@ -0,0 +1,3 @@
/.hg/*
*/.hg/*
.hgignore

View File

@ -1,2 +1 @@
/.svn/*
*/.svn/*
.svn/

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
Symfony2.gitignore Normal file
View File

@ -0,0 +1,4 @@
*/logs/*
*/cache/*
web/uploads/*
web/bundles/*

5
gcov.gitignore Normal file
View File

@ -0,0 +1,5 @@
# gcc coverage testing tool files
*.gcno
*.gcda
*.gcov