diff options
author | 2018-11-07 20:52:15 -0600 | |
---|---|---|
committer | 2018-11-07 20:52:27 -0600 | |
commit | 5aa8aec689a399e7803e84e531532d0c61631ec1 (patch) | |
tree | a5297d6d21b940b9411609331973909e1f6869e4 /.gitignore | |
parent | e9c0bf259db0084592536e896cc449b5cf34b84f (diff) |
Fix/Renable sidecar builds
Issue-ID: AAF-613
Change-Id: Ic13411eebbf3c1c9b6d8492aff1b37db37a965e4
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,5 @@ -target/ -.idea -*.iml -.checkstyle +/.classpath +/.settings/ +/target/ +/.project +/logs/ |