Ver código fonte

Merge branch 'master' into add-common-linux-compile-file-extensions

More upstream merges
Kristofer Rye 11 anos atrás
pai
commit
c8d99ff857
6 arquivos alterados com 34 adições e 4 exclusões
  1. 12 0
      GWT.gitignore
  2. 2 3
      Global/Eclipse.gitignore
  3. 12 0
      Global/Lazarus.gitignore
  4. 4 1
      Maven.gitignore
  5. 1 0
      Node.gitignore
  6. 3 0
      Python.gitignore

+ 12 - 0
GWT.gitignore

@@ -14,3 +14,15 @@ gwt-unitCache/
 # more caches and things from deploy #
 war/WEB-INF/deploy/
 war/WEB-INF/classes/
+
+#compilation logs
+.gwt/
+
+#caching for already compiled files
+gwt-unitCache/
+
+#gwt junit compilation files
+www-test/
+
+#old GWT (1.5) created this dir
+.gwt-tmp/

+ 2 - 3
Global/Eclipse.gitignore

@@ -1,9 +1,8 @@
 *.pydevproject
 .metadata
 .gradle
-bin/**
-tmp/**
-tmp/**/*
+bin/
+tmp/
 *.tmp
 *.bak
 *.swp

+ 12 - 0
Global/Lazarus.gitignore

@@ -0,0 +1,12 @@
+#ignore backup files
+backup/
+
+#ignore files generated by the compiler
+lib/
+*.compiled
+*.o
+*.or
+*.ppu
+
+#exclude executable output in windows
+*.exe

+ 4 - 1
Maven.gitignore

@@ -1,2 +1,5 @@
 target/
- *.releaseBackup
+pom.xml.tag
+pom.xml.releaseBackup
+pom.xml.next
+release.properties

+ 1 - 0
Node.gitignore

@@ -10,5 +10,6 @@ lib-cov
 pids
 logs
 results
+build
 
 node_modules

+ 3 - 0
Python.gitignore

@@ -39,6 +39,9 @@ coverage.xml
 .project
 .pydevproject
 
+# Rope
+.ropeproject
+
 # Django stuff:
 *.log
 *.pot