Explorar el Código

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

Chris Wanstrath hace 14 años
padre
commit
4823407194
Se han modificado 6 ficheros con 19 adiciones y 6 borrados
  1. 0 1
      Autotools.gitignore
  2. 3 0
      Global/Mercurial.gitignore
  3. 1 2
      Global/SVN.gitignore
  4. 6 3
      PlayFramework.gitignore
  5. 4 0
      Symfony2.gitignore
  6. 5 0
      gcov.gitignore

+ 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