# Class files
class/
*.class

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# intellij 
*.iml
.idea

#eclipse
.settings
.classpath
.project

# MacOS
.DS_Store

# LaTeX auxiliary files 
*.aux
*.blg
*.idx
*.ilg
*.ind
*.log
*.out
*.toc

# antbuild:
antbuild/
!antbuild/build.xml
