reset gitignore
authorrabuzarus <>
Sat, 11 Jun 2016 08:57:45 +0000 (10:57 +0200)
committerrabuzarus <>
Sat, 11 Jun 2016 08:57:45 +0000 (10:57 +0200)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b300f57
--- /dev/null
@@ -0,0 +1,44 @@
+favicon.*\r
+.htconfig.php\r
+.htpreconfig.php\r
+\#*\r
+include/jquery-1.4.2.min.js\r
+*.log\r
+*.out\r
+*.version*\r
+favicon.*\r
+home.html\r
+addon\r
+*~\r
+robots.txt\r
+\r
+#ignore documentation, it should be newly built\r
+doc/html\r
+\r
+#ignore reports, should be generted with every build\r
+report/\r
+\r
+#ignore config files from eclipse, we don't want IDE files in our repository\r
+.project\r
+.buildpath\r
+.externalToolBuilders\r
+.settings\r
+#ignore OSX .DS_Store files\r
+.DS_Store\r
+\r
+/nbproject/private/\r
+\r
+#ignore smarty cache\r
+/view/smarty3/compiled/\r
+\r
+#ignore cache folders\r
+/privacy_image_cache/\r
+/photo/\r
+/proxy/\r
+nbproject\r
+\r
+#ignore vagrant dir\r
+.vagrant/\r
+\r
+#ignore local folder\r
+/local/\r