summaryrefslogblamecommitdiff
path: root/.gitignore
blob: 70afa7a003dda2795bfa4f00dc33f1589fc5ffa6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
               









      
    
 
             
         
 
                 



      
 
                

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

# OS ignores.
.DS_Store

# Editor ignores.
*.idea
*.iml
*.ipr
*.iws

# Build ignores.
.gradle
build