Skip to content
Snippets Groups Projects
Commit d35faaed authored by Sean Busbey's avatar Sean Busbey
Browse files

Merge pull request #514 from mbrukman/gitignore

[vcs] Added support for Vim and Emacs in .gitignore
parents 0794af45 d64029c6
No related branches found
No related tags found
No related merge requests found
...@@ -4,15 +4,20 @@ target ...@@ -4,15 +4,20 @@ target
# ignore output files from testing # ignore output files from testing
output* output*
# ignore standard eclipse # ignore standard Eclipse files
.project .project
.classpath .classpath
.settings .settings
.checkstyle .checkstyle
# ignore standard intellij # ignore standard IntelliJ files
.idea/ .idea/
*.iml *.iml
*.iws *.iws
# ignore standard Vim and Emacs temp files
*.swp
*~
# ignore standard Mac OS X files/dirs
.DS_Store .DS_Store
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment