2021-02-15 21:33:09 +01:00
|
|
|
# ide files (eclipse, intellij...)
|
2021-02-02 16:07:08 +01:00
|
|
|
.idea/
|
2021-02-03 10:05:31 +01:00
|
|
|
out/
|
2021-03-16 17:59:36 +01:00
|
|
|
bin/
|
2021-02-03 10:05:31 +01:00
|
|
|
.project
|
|
|
|
.classpath
|
2021-02-05 19:28:55 +01:00
|
|
|
.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-04-20 14:39:17 +02:00
|
|
|
!rapport/pics/*.png
|
2021-04-20 15:15:10 +02:00
|
|
|
!rapport/pics/*.PNG
|
2021-04-20 14:39:17 +02:00
|
|
|
!rapport/pics/*.jpg
|
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
|
|
|
|
|
2021-04-20 15:15:10 +02:00
|
|
|
test*.txt
|