From c42c2136d69b0ef2f9509d39eb0a7bb006ef9841 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 29 Mar 2018 14:37:18 -0500 Subject: Add target to missing .gitignore Issue-ID: AAF-204 Change-Id: Ib314fb63bdd1704bb7908f3fd2ad284e57fb339f Signed-off-by: Instrumental --- auth/.gitignore | 1 + auth/auth-cass/target/classes/.gitignore | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 auth/auth-cass/target/classes/.gitignore (limited to 'auth') diff --git a/auth/.gitignore b/auth/.gitignore index 988e9128..199008cd 100644 --- a/auth/.gitignore +++ b/auth/.gitignore @@ -1,3 +1,4 @@ /.settings/ /.project /target/ +/aaf_* diff --git a/auth/auth-cass/target/classes/.gitignore b/auth/auth-cass/target/classes/.gitignore deleted file mode 100644 index 6302aa99..00000000 --- a/auth/auth-cass/target/classes/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/org/ -/.settings/ -/.project -/target/ -/.classpath -- cgit 1.2.3-korg