aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorduncan <duncan@wortharead.com>2016-12-22 15:46:08 +0000
committerduncan <duncan@wortharead.com>2016-12-22 15:46:08 +0000
commit021e4dfb501a8e6e5810a4f0efe1267810d62d64 (patch)
tree4613456f960cfda347b01adee88448cf27f23ddb /.gitignore
parent7cf5e01c2a152a0b612cb19e02213879a57c14d2 (diff)
downloadapache-commons-lang-021e4dfb501a8e6e5810a4f0efe1267810d62d64.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b9493d72e..c30f980e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ site-content
.classpath
.project
.externalToolBuilders
+.checkstyle