Remove IDE generated files

This commit is contained in:
Richard Körber
2019-03-16 16:42:22 +01:00
parent cae903fa95
commit bfb2bc325d
7 changed files with 1 additions and 117 deletions

View File

@@ -45,3 +45,4 @@ Good programming does not end with a clean source code, but should have pretty c
* Always give meaningful commit messages (not just "bugfix").
* The commit message must be concise and should not exceed 50 characters. Further explanations may follow in subsequent lines, with an empty line as separator.
* Commits must compile and must not break unit tests.
* Do not commit IDE generated files and directories (like `.project` or `.idea`).