summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2013-03-20 18:24:21 +0100
committerAlessandro Cosentino <cosenal@gmail.com>2013-03-20 18:24:21 +0100
commit843f5e0fd29577489f14164c2e0e664cc67e36fc (patch)
tree25caaa7415335e0141aa993793e7886545c9fa96 /.gitignore
parent97855d5d6aa19bb1b02934b8415fb56651e63304 (diff)
findAll functions in the itemmapper
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore48
1 files changed, 43 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 76b9e2418..d9460eb67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,43 @@
-coffee/build/
-node_modules/
-*.log
-build/
-test-results.xml
+# just sane ignores
+.*.sw[po]
+*.bak
+*.BAK
+*~
+*.orig
+*.class
+.cvsignore
+Thumbs.db
+*.py[co]
+_darcs/*
+CVS/*
+.svn/*
+RCS/*
+
+# kdevelop
+.kdev
+*.kdev4
+
+# Lokalize
+*lokalize*
+
+# eclipse
+.project
+.settings
+
+# netbeans
+nbproject
+
+# phpStorm
+.idea
+
+# geany
+*.geany
+
+# Cloud9IDE
+.settings.xml
+
+# vim ex mode
+.vimrc
+
+# Mac OS
+.DS_Store \ No newline at end of file