/players/ ist auch praktisch.

Mit .gitignore, damit nix darin versehentlich
hinzugefuegt wird.
diff --git a/players/.gitignore b/players/.gitignore
new file mode 100644
index 0000000..76bedae
--- /dev/null
+++ b/players/.gitignore
@@ -0,0 +1,5 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
+