diff options
author | Steve Smokowski <ss835w@att.com> | 2017-02-09 15:59:56 -0500 |
---|---|---|
committer | Steve Smokowski <ss835w@att.com> | 2017-02-09 16:00:12 -0500 |
commit | b40a52e5b2c8aaae975bed054408c39f4e3fd0db (patch) | |
tree | 49f283feecec7a99ffcd5c2f6003772191947642 /.gitignore | |
parent | 6ce9b69309b1a180431b51c83ff022da432283bd (diff) |
Initial OpenEcomp A&AI Logging Service commit
Change-Id: Ie67c5746c2aeafc0fa4318b5ba7ef8af1b3a2eda
Signed-off-by: Steve Smokowski <ss835w@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a1a0ee --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.classpath
+.project
+.settings/
+target/
+eelf-logging/debug-logs/
+eelf-logging/logs/
+blackDuckHubProjectVersionName.txt
+blackDuckHubProjectName.txt
|