diff options
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth-batch/.gitignore | 1 | ||||
-rw-r--r-- | auth/auth-cass/.gitignore | 1 | ||||
-rw-r--r-- | auth/auth-certman/.gitignore | 2 | ||||
-rw-r--r-- | auth/auth-cmd/.gitignore | 1 | ||||
-rw-r--r-- | auth/auth-core/.gitignore | 1 | ||||
-rw-r--r-- | auth/auth-deforg/.gitignore | 2 | ||||
-rw-r--r-- | auth/auth-fs/.gitignore | 2 | ||||
-rw-r--r-- | auth/auth-gui/.gitignore | 1 | ||||
-rw-r--r-- | auth/auth-hello/.gitignore | 1 | ||||
-rw-r--r-- | auth/auth-locate/.gitignore | 1 | ||||
-rw-r--r-- | auth/auth-oauth/.gitignore | 1 | ||||
-rw-r--r-- | auth/auth-service/.gitignore | 1 | ||||
-rw-r--r-- | auth/docker/.gitignore | 1 |
13 files changed, 14 insertions, 2 deletions
diff --git a/auth/auth-batch/.gitignore b/auth/auth-batch/.gitignore index db5679fe..0fc83d25 100644 --- a/auth/auth-batch/.gitignore +++ b/auth/auth-batch/.gitignore @@ -5,3 +5,4 @@ NotifyCredExpiringOrig.java /*.dat /logs +/.checkstyle diff --git a/auth/auth-cass/.gitignore b/auth/auth-cass/.gitignore index d0b9b474..7c3755cd 100644 --- a/auth/auth-cass/.gitignore +++ b/auth/auth-cass/.gitignore @@ -3,3 +3,4 @@ /target/ /.classpath /*.tgz +/.checkstyle diff --git a/auth/auth-certman/.gitignore b/auth/auth-certman/.gitignore index 6028f0a5..1e3d8e50 100644 --- a/auth/auth-certman/.gitignore +++ b/auth/auth-certman/.gitignore @@ -2,3 +2,5 @@ /.settings/ /target/ /.project +/.checkstyle + diff --git a/auth/auth-cmd/.gitignore b/auth/auth-cmd/.gitignore index 6028f0a5..112dedb3 100644 --- a/auth/auth-cmd/.gitignore +++ b/auth/auth-cmd/.gitignore @@ -2,3 +2,4 @@ /.settings/ /target/ /.project +/.checkstyle diff --git a/auth/auth-core/.gitignore b/auth/auth-core/.gitignore index 6028f0a5..112dedb3 100644 --- a/auth/auth-core/.gitignore +++ b/auth/auth-core/.gitignore @@ -2,3 +2,4 @@ /.settings/ /target/ /.project +/.checkstyle diff --git a/auth/auth-deforg/.gitignore b/auth/auth-deforg/.gitignore index 1999002f..112dedb3 100644 --- a/auth/auth-deforg/.gitignore +++ b/auth/auth-deforg/.gitignore @@ -2,4 +2,4 @@ /.settings/ /target/ /.project - +/.checkstyle diff --git a/auth/auth-fs/.gitignore b/auth/auth-fs/.gitignore index 1999002f..112dedb3 100644 --- a/auth/auth-fs/.gitignore +++ b/auth/auth-fs/.gitignore @@ -2,4 +2,4 @@ /.settings/ /target/ /.project - +/.checkstyle diff --git a/auth/auth-gui/.gitignore b/auth/auth-gui/.gitignore index 6028f0a5..112dedb3 100644 --- a/auth/auth-gui/.gitignore +++ b/auth/auth-gui/.gitignore @@ -2,3 +2,4 @@ /.settings/ /target/ /.project +/.checkstyle diff --git a/auth/auth-hello/.gitignore b/auth/auth-hello/.gitignore index 6028f0a5..112dedb3 100644 --- a/auth/auth-hello/.gitignore +++ b/auth/auth-hello/.gitignore @@ -2,3 +2,4 @@ /.settings/ /target/ /.project +/.checkstyle diff --git a/auth/auth-locate/.gitignore b/auth/auth-locate/.gitignore index 6028f0a5..112dedb3 100644 --- a/auth/auth-locate/.gitignore +++ b/auth/auth-locate/.gitignore @@ -2,3 +2,4 @@ /.settings/ /target/ /.project +/.checkstyle diff --git a/auth/auth-oauth/.gitignore b/auth/auth-oauth/.gitignore index 6028f0a5..112dedb3 100644 --- a/auth/auth-oauth/.gitignore +++ b/auth/auth-oauth/.gitignore @@ -2,3 +2,4 @@ /.settings/ /target/ /.project +/.checkstyle diff --git a/auth/auth-service/.gitignore b/auth/auth-service/.gitignore index f3bad092..172fcb3f 100644 --- a/auth/auth-service/.gitignore +++ b/auth/auth-service/.gitignore @@ -3,3 +3,4 @@ /target/ /.project /logs/ +/.checkstyle diff --git a/auth/docker/.gitignore b/auth/docker/.gitignore index ed908238..3f4818d6 100644 --- a/auth/docker/.gitignore +++ b/auth/docker/.gitignore @@ -17,3 +17,4 @@ /working /target /ldrun.sh +/.checkstyle |