TD1: fix thread name setting.
[TD_SR.git] / .gitignore
1 # Compiled class file
2 *.class
3
4 # Package files
5 *.jar
6 *.war
7 *.ear
8 *.zip
9 *.tar.gz
10 *.rar
11
12 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
13 hs_err_pid*
14
15 # editor trash
16 *.swp
17 *~
18
19 .DS_Store