L-System/.gitignore

27 lines
274 B
Plaintext
Raw Normal View History

2021-02-15 21:33:09 +01:00
# ide files (eclipse, intellij...)
2021-02-02 16:07:08 +01:00
.idea/
out/
2021-03-16 17:59:36 +01:00
bin/
.project
.classpath
.bin
2021-02-09 15:37:53 +01:00
.settings/
2021-02-09 16:00:16 +01:00
.metadata
2021-02-15 18:33:24 +01:00
*.iml
2021-02-15 21:33:09 +01:00
2021-03-16 17:59:36 +01:00
# don't commit jre fatal errors
hs_err_pid*.log
2021-02-15 21:33:09 +01:00
# log files
2021-02-15 18:33:24 +01:00
rapport/
!rapport/rapport.tex
2021-02-15 21:33:09 +01:00
# javadoc files
doc/
# generated jar files
2021-04-19 17:58:55 +02:00
build/
# tests files
result.txt