diff options
author | Adam Bard <github@adambard.com> | 2016-03-15 15:30:48 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2016-03-15 15:30:48 -0700 |
commit | 4a4a12e20c812edab4735ed393cf86a54376833d (patch) | |
tree | 07cb806c0cf04b8e2991d4f9ae2059a002567bfc | |
parent | 2095ad9cf5f3243296be5a7232dc52ae03603f49 (diff) | |
parent | 9950c038fb8bba0055ee7964d8523d43d7dce0a2 (diff) |
Merge pull request #2190 from divayprakash/gitignore_feature
Added .gitignore file, referencing #2185
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..dd41ec4a --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +**/*~ +**/*# +**/#*# +**/*.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 |