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
@@ -319,9 +319,9 @@ bootstrap/cache/ @@ -319,9 +319,9 @@ bootstrap/cache/
319 .mtj.tmp/ 319 .mtj.tmp/
320 320
321 # Package Files # 321 # Package Files #
322 -*.jar  
323 -*.war  
324 -*.ear 322 +# *.jar
  323 +# *.war
  324 +# *.ear
325 325
326 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml 326 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
327 hs_err_pid* 327 hs_err_pid*