1
0
Эх сурвалжийг харах

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

Chris Wanstrath 14 жил өмнө
parent
commit
4823407194

+ 0 - 1
Autotools.gitignore

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

+ 3 - 0
Global/Mercurial.gitignore

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

+ 1 - 2
Global/SVN.gitignore

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

+ 6 - 3
PlayFramework.gitignore

@@ -4,8 +4,11 @@
 # except for .gitignore
 !.gitignore
 
-# Ignore Play! working directory
-tmp
+# Ignore Play! working directory #
+db
+eclipse
 log
+logs
+server.pid
 test-result
-eclipse
+tmp

+ 4 - 0
Symfony2.gitignore

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

+ 5 - 0
gcov.gitignore

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