diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6a4752617f..97b2d36ff9 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ sonar/*/target # IntelliJ /out/ +/*/out/ .idea *.iml *.iws @@ -43,6 +44,7 @@ sonar/*/target # Ant .ant-targets-build.xml -build +/build/ +/*/build/ dist lib/ |