diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4b6cd2584..954077ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ # Generated models and features **/bin/* +# Checkstyle files +**/.checkstyle + # MANIFEST.MF is updated on every clean install **/src/main/resources/META-INF/ |