L-System/.gitignore

30 lines
333 B
Plaintext

# ide files (eclipse, intellij...)
.idea/
out/
bin/
.project
.classpath
.bin
.settings/
.metadata
*.iml
# don't commit jre fatal errors
hs_err_pid*.log
# log files
rapport/
!rapport/rapport.tex
!rapport/pics/*.png
!rapport/pics/*.PNG
!rapport/pics/*.jpg
# javadoc files
doc/
# generated jar files
build/
# tests files
test*.txt