L-System/.gitignore

20 lines
199 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/
/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
# 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
build/