添加.gitignore

This commit is contained in:
zhangxin10 2015-11-07 12:21:01 +08:00
parent a623f27bcc
commit 414f6f903a
2 changed files with 28 additions and 0 deletions

14
skywalking-api/.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.idea
*.iml

14
skywalking-server/.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.idea
*.iml