[aur-dev] [PATCH] Added IDE related files to gitignore, added headlines

mario at xenji.com mario at xenji.com
Mon Sep 17 02:07:07 EDT 2012


From: "Mario (xenji) Mueller" <mario at xenji.com>

Signed-off-by: Mario (xenji) Mueller <mario at xenji.com>
---
 .gitignore | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.gitignore b/.gitignore
index 11e9b7e..155bf10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,29 @@
+# Common Files
 .htaccess
 robots.txt
 *.swp
+
+## Local Config
 web/lib/config.inc
 web/lib/config.inc.php
+
+## Mac Files
 *.DS_Store
+
+## Demo Data
 web/html/xml/*.xml
 dummy-data.sql*
+
+## Translations
 web/locale/*/
 po/*.mo
 po/*.po~
+
+# IDE Data Files
+## PHPStorm
+.idea/
+*.iml
+
+## Eclipse
+.settings/
+.project
\ No newline at end of file
-- 
1.7.12



More information about the aur-dev mailing list