Skip to main content
summaryrefslogtreecommitdiffstats
blob: 749e0750ed17f5700a123ca5df0cca88700bf0f5 (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
# copied from eclipse.platform.debug/.gitignore
bin/
*~
*.rej
*.bak
javacore.*
heapdump.*
core.*
Snap.*

# suggested by github
*.log
*.sql
*.sqlite
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
desktop.ini
*.stackdump

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

Back to the top