diff options
author | Shwetank Dave <shwetank.dave@amdocs.com> | 2017-08-30 10:21:33 -0400 |
---|---|---|
committer | Shwetank Dave <shwetank.dave@amdocs.com> | 2017-08-30 12:13:53 -0400 |
commit | 5113e565c89332abfb91d586fd05abfbfed466ae (patch) | |
tree | 9a453c063cff25888b65525f8acb9b8fe32b82dc /.gitignore | |
parent | 8dd94f5ef470840a9f58db22c38349914ff27d5f (diff) |
Added aai-utils and OXM Model Loader functionality
Issue-ID: AAI-245
Change-Id: Ic982cc07dd76e8a931d4f725ca4e71f2db7ef8a2
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,10 +2,11 @@ .project target/ **/logs/ +**/debug-logs/ bundleconfig-local/etc/auth/aai-client-cert.p12 bundleconfig-local/etc/auth/tomcat_keystore bundleconfig-local/etc/logback.xml /.pydevproject /bin/ -/.idea +*/.idea *.iml |