summaryrefslogblamecommitdiff
path: root/.gitignore
blob: 58fad9730a693b5aea798d67ec104ebe1802daef (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
               











      
             
         
 
                 





          
                

      
                  
         
# Core ignores.
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*#
.git/

# OS ignores.
.DS_Store

# Editor ignores.
.cache
.project
.settings
.settings/
bin/

# Build ignores.
build/

# Project ignores.
.classpath