Skip to content

Commit c8d99ff

Browse files
committed
Merge branch 'master' into add-common-linux-compile-file-extensions
More upstream merges
2 parents 38488f2 + 8e9563a commit c8d99ff

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

GWT.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@ gwt-unitCache/
1414
# more caches and things from deploy #
1515
war/WEB-INF/deploy/
1616
war/WEB-INF/classes/
17+
18+
#compilation logs
19+
.gwt/
20+
21+
#caching for already compiled files
22+
gwt-unitCache/
23+
24+
#gwt junit compilation files
25+
www-test/
26+
27+
#old GWT (1.5) created this dir
28+
.gwt-tmp/

Global/Eclipse.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
*.pydevproject
22
.metadata
33
.gradle
4-
bin/**
5-
tmp/**
6-
tmp/**/*
4+
bin/
5+
tmp/
76
*.tmp
87
*.bak
98
*.swp

Global/Lazarus.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#ignore backup files
2+
backup/
3+
4+
#ignore files generated by the compiler
5+
lib/
6+
*.compiled
7+
*.o
8+
*.or
9+
*.ppu
10+
11+
#exclude executable output in windows
12+
*.exe

Maven.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
target/
2-
*.releaseBackup
2+
pom.xml.tag
3+
pom.xml.releaseBackup
4+
pom.xml.next
5+
release.properties

Node.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ lib-cov
1010
pids
1111
logs
1212
results
13+
build
1314

1415
node_modules

Python.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ coverage.xml
3939
.project
4040
.pydevproject
4141

42+
# Rope
43+
.ropeproject
44+
4245
# Django stuff:
4346
*.log
4447
*.pot

0 commit comments

Comments
 (0)