Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-08-30 22:07:40 +0400
committerLukas Reschke <lukas@statuscode.ch>2012-08-30 22:07:40 +0400
commit9c3c0cccb4b72af051b82206e77f53cba209d07c (patch)
treec43b7b8314bb62b789d3b2a0f954156ae0a87304 /.gitignore
parentb9b1b8e180c10be6f3562786fd3ada7322a4883e (diff)
Add some more ignores
Shameless copied from owncloud/owncloud
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore43
1 files changed, 42 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9aea83d23..d9460eb67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,43 @@
+# just sane ignores
+.*.sw[po]
+*.bak
+*.BAK
+*~
+*.orig
+*.class
+.cvsignore
+Thumbs.db
+*.py[co]
+_darcs/*
+CVS/*
+.svn/*
+RCS/*
+
+# kdevelop
+.kdev
*.kdev4
-.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