Commit 90b70745639567aace1e63ef4a0d622fee96afd6

Authored by Arsisakarn Srilatanart
1 parent f09e3142
Exists in master

Update .gitignore to allow Java lib package files *.jar, *.war, *.ear

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
.gitignore
... ... @@ -319,9 +319,9 @@ bootstrap/cache/
319 319 .mtj.tmp/
320 320  
321 321 # Package Files #
322   -*.jar
323   -*.war
324   -*.ear
  322 +# *.jar
  323 +# *.war
  324 +# *.ear
325 325  
326 326 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
327 327 hs_err_pid*
... ...