Merge pull request #1345 from hardyoyo/DS-3114-add-tags-file-to-gitignore

[DS-3114] added tags to .gitignore
This commit is contained in:
Hardy Pottinger
2016-04-04 10:03:44 -05:00

3
.gitignore vendored
View File

@@ -1,6 +1,9 @@
## Ignore the MVN compiled output directories from version tracking ## Ignore the MVN compiled output directories from version tracking
target/ target/
## Ignore tags index files created by Exuberant Ctags
tags
## Ignore project files created by Eclipse ## Ignore project files created by Eclipse
.settings/ .settings/
.project .project