summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash3@gmail.com>2016-03-14 12:36:52 +0530
committerDivay Prakash <divayprakash3@gmail.com>2016-03-14 12:36:52 +0530
commitf86fcf1e9b2451439150672368dc720bcace6320 (patch)
tree7dc6c95ecf671e40ccaacec69f6cae8437076a85 /.gitignore
parent2e2f9c1f72fd6868401f8126ddb8f1ce21b75112 (diff)
Updated, referencing #2185
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 16 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 62ce4609..91678344 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,16 @@
-!**/*.markdown
-!**/*.md
-!**/*.csv
-!**/*.erb
+**/*~
+**/*#
+**/*#*
+**/*.swp
+**/*.swo
+**/*.bak
+**/*.log*
+**/*.sublime-workspace
+**/.DS_Store
+**/.DS_Store?
+**/._*
+**/.Spotlight-V100
+**/.Trashes
+**/ehthumbs.db
+**/Thumbs.db
+**/desktop.ini \ No newline at end of file