Also laut
http://tipstrickshowtos.blogspot.de/...ain-files.html
Zitat:
The .gitignore file at the root of your repository affects all child directories recursively unless they have their own .gitignore file(s).
Glaube ich habe nun auch das Problem.
Die Datei .gitignore im Root Verzeichnis wurde erst danach angelegt.
Zitat:
Already tracked files won't be ignore after you add them to the .gitignore. To achieve this, you need to remove these files from git's cache by:
Ich dachte es wäre mit der Config und excludefile getan.