diff options
author | 2017-08-10 11:10:33 +0800 | |
---|---|---|
committer | 2017-08-10 11:10:33 +0800 | |
commit | c2e1c0b082a511871819f69d77c88cb34b49d743 (patch) | |
tree | a55a3db3e7d9205dab696a8850bb192a4abd9e4a /.gitignore | |
parent | 04bbf4c42d323ffa6027e820f570d3c733299dea (diff) |
Fix the bug esr-server Jenkins failed.
Add the version.properties to esr-server project according to the Jenkins log.
Change-Id: Ib32d575a35f5ea4f418d8cca46671d4151b86c4b
Issue-ID: AAI-146
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f402f8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.classpath +.project +.settings/ +target/ +logs/ +debug-logs/
\ No newline at end of file |