Skip to content

Commit

Permalink
Merge pull request #3606 from pameyer/gitignore_vim
Browse files Browse the repository at this point in the history
ignore vim swap files for version control purposes
  • Loading branch information
kcondon authored Feb 1, 2017
2 parents 97bf17b + 9d1722a commit 1ba73ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ehthumbs.db
Thumbs.db
.vagrant
*.pyc
*.swp
scripts/api/py_api_wrapper/demo-data/*
scripts/api/py_api_wrapper/test_data/*
scripts/api/py_api_wrapper/local-data/*
Expand All @@ -25,4 +26,4 @@ src/main/java/BuildNumber.properties
/nbproject/
oauth-credentials.md

/src/main/webapp/oauth2/newAccount.html
/src/main/webapp/oauth2/newAccount.html

0 comments on commit 1ba73ed

Please sign in to comment.