Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 65fba9ddb15b402c006dc1c8f805cc142fa09d65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# copied from eclipse.platform.debug/.gitignore
bin/
*/*/bin/
/*/*/bin/
*~
*.rej
*.bak
javacore.*
heapdump.*
core.*
Snap.*

# suggested by github
*.log
*.sql
*.sqlite
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
#Icon? was causing new icons to be ignored
#Icon?
ehthumbs.db
Thumbs.db
desktop.ini
*.stackdump

#from many .cvsignore files
build.xml
temp.folder
@dot
src.zip
.fbwarnings
javaCompiler...args
.vagrant/

# maven
target/

Back to the top