Commit Graph
5 Commits
Author SHA1 Message Date
Moritz Neeb 99ad7ffd71 fix gitignore: don't ignore certain patterns of subdirectories
the project has source code in paths like:

    tests/src/de/pokerth
    src/chatcleaner

which should not be ignored. To fix this, a slash needs to be added in
front of the files that actually should be ignored.

While at it:
- pokerth_server does not need to be ignored (it's generated in `bin/`,
  which is ignored already)
- ignore some project files (for the case Eclipse is used as IDE)
2020-07-04 23:11:18 +02:00
Kai Philipp 7c538fc436 limit rank games per time unit implemented 2019-11-20 18:19:46 +01:00
Kai Philipp 102955d6ce .gitgnore updated 2016-10-25 20:00:35 +02:00
Kai Philipp f6fb0650e3 excluded some helper files 2016-06-17 15:17:01 +02:00
Kai Philipp 4faf428fb3 gitignore created - ignore rules defined 2016-06-16 17:42:45 +02:00