Skip to content

Commit 4823407

Browse files
committed
Merge branch 'master' of https://github.com/d2s/gitignore into d2s-master
2 parents e2adce2 + a9b0aad commit 4823407

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

Autotools.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# http://www.gnu.org/software/automake
32

43
Makefile.in

Global/Mercurial.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/.hg/*
2+
*/.hg/*
3+
.hgignore

Global/SVN.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/.svn/*
2-
*/.svn/*
1+
.svn/

PlayFramework.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
# except for .gitignore
55
!.gitignore
66

7-
# Ignore Play! working directory
8-
tmp
7+
# Ignore Play! working directory #
8+
db
9+
eclipse
910
log
11+
logs
12+
server.pid
1013
test-result
11-
eclipse
14+
tmp

Symfony2.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*/logs/*
2+
*/cache/*
3+
web/uploads/*
4+
web/bundles/*

gcov.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# gcc coverage testing tool files
2+
3+
*.gcno
4+
*.gcda
5+
*.gcov

0 commit comments

Comments
 (0)