diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-03-14 08:28:06 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-03-14 08:28:06 +0800 |
commit | 678100773b8d66e3aaf1875930159fda692ca957 (patch) | |
tree | 3b2328fa2fe32345597751ce0d59170023fbe5c2 /.gitignore | |
parent | b8e477af70a3d28cd97dc7077fd6d5278aa27a22 (diff) |
Optimize the Registration Logic of MSB
Change-Id: I5be5a069d389081fad2b4a6fae558799716d91b6
Issue-ID: HOLMES-50
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45bb734 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Ignore Vim temporary files +.*.sw? + +# Ignore changes to the JJB Configuration File +jenkins.ini + +# We don't want .netrc files since they're credential files +.netrc + +# Maven +target/ +dependency-reduced-pom.xml + +# Vagrant +.vagrant + +# IntelliJ +.idea/ +*.iml |