diff options
author | Divay Prakash <divayprakash3@gmail.com> | 2016-03-14 10:18:27 +0530 |
---|---|---|
committer | Divay Prakash <divayprakash3@gmail.com> | 2016-03-14 10:18:27 +0530 |
commit | 2be7e5512058dedb14d6e66cca0cb5e54476f20e (patch) | |
tree | ac4baa0c3f55dfc54f89a36553e8b904370a7e67 | |
parent | 143352bb1357ec8a005e042ae2281bd0d8326bfb (diff) |
Added .gitignore file, referencing #2185
-rw-r--r-- | .gitignore | 15 |
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 |