summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Schmalstieg <git.code@ms-studio.net>2012-08-14 10:52:46 +0200
committerManuel Schmalstieg <git.code@ms-studio.net>2012-08-14 10:52:46 +0200
commit23e313f88f20b181f64b1a4b74061e47b919c881 (patch)
tree15891a245682ca6148d6b07e5769183b00a01ed2
parentb6e1726f41217f0c1c567a0e38e7c3fbd95a6f04 (diff)
adding the gitignore
-rwxr-xr-x.gitignore52
1 files changed, 52 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100755
index 0000000..6577af4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,52 @@
+# Numerous always-ignore extensions
+######################
+*.diff
+*.err
+*.orig
+*.log
+*.rej
+*.swo
+*.swp
+*.vi
+*~
+*.zip
+*.sass-cache
+
+# OS or Editor folders
+######################
+.DS_Store*
+ehthumbs.db
+Icon?
+Thumbs.db
+*.esproj
+.cache
+.project
+.settings
+.tmproj
+*.esproj
+nbproject
+*.sublime-project
+*.sublime-workspace
+
+# Dreamweaver added files
+_notes
+dwsync.xml
+
+# Komodo
+*.komodoproject
+.komodotools
+
+# Temporary files #
+###################
+*.autosave
+*(Autosaved)*
+*.sfd~
+
+# Folders to ignore
+###################
+.hg
+.svn
+.CVS
+intermediate
+publish
+.idea \ No newline at end of file