summaryrefslogblamecommitdiff
path: root/.gitignore
blob: f46b7075fb888f1248e857bb151877a2290d1f97 (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.
.ensime*

# Build ignores.
.gradle/
build/