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



                                






                       
        



                                  
       

       

     

         
                   
           
         



                   
# see also test/files/.gitignore
/.gitignore
/test/files/.gitignore

*.jar
*~

#sbt
/project/target/
/project/project/target

/target/
/src/jline/target/

# target directories for ant build
/build/
/dists/

# other
/out/
/bin/
/sandbox/

# eclipse, intellij
/.classpath
/.project
/src/intellij/*.iml
/src/intellij/*.ipr
/src/intellij/*.iws