Adding some additional .gitignore
authorDaniel Rudolf <git@phrozenbyte.de>
Fri, 29 Jul 2011 19:44:44 +0000 (21:44 +0200)
committerDaniel Rudolf <git@phrozenbyte.de>
Fri, 29 Jul 2011 19:44:44 +0000 (21:44 +0200)
wcfsetup/install/files/.gitignore [new file with mode: 0644]
wcfsetup/install/files/cache/.gitignore [new file with mode: 0644]
wcfsetup/install/files/language/.gitignore [new file with mode: 0644]

diff --git a/wcfsetup/install/files/.gitignore b/wcfsetup/install/files/.gitignore
new file mode 100644 (file)
index 0000000..0aa0a2f
--- /dev/null
@@ -0,0 +1,4 @@
+# This file ensures that config.inc.php and options.inc.php won't be commited
+# automatically. You can anyway commit these files manually if you want to
+config.inc.php
+options.inc.php
diff --git a/wcfsetup/install/files/cache/.gitignore b/wcfsetup/install/files/cache/.gitignore
new file mode 100644 (file)
index 0000000..edb2319
--- /dev/null
@@ -0,0 +1,3 @@
+# This file ensures this directory is within version control since git does
+# not track directories but files. In fact, this directory is meant to be empty
+*
\ No newline at end of file
diff --git a/wcfsetup/install/files/language/.gitignore b/wcfsetup/install/files/language/.gitignore
new file mode 100644 (file)
index 0000000..edb2319
--- /dev/null
@@ -0,0 +1,3 @@
+# This file ensures this directory is within version control since git does
+# not track directories but files. In fact, this directory is meant to be empty
+*
\ No newline at end of file