summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash3@gmail.com>2016-03-14 10:18:27 +0530
committerDivay Prakash <divayprakash3@gmail.com>2016-03-14 10:18:27 +0530
commit2be7e5512058dedb14d6e66cca0cb5e54476f20e (patch)
treeac4baa0c3f55dfc54f89a36553e8b904370a7e67 /.gitignore
parent143352bb1357ec8a005e042ae2281bd0d8326bfb (diff)
Added .gitignore file, referencing #2185
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..2efdef42
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+**/*~
+**/*#
+**/*.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