Ignore eclipse-cs generated file

The checkstyle plugin for Eclipse creates a .checkstyle file, which
should never be checked in to git. Added to .gitignore.
This commit is contained in:
duncan 2016-12-22 15:46:08 +00:00
parent 7cf5e01c2a
commit 021e4dfb50
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ site-content
.classpath .classpath
.project .project
.externalToolBuilders .externalToolBuilders
.checkstyle