work on refresh after popup action
[nikiroo-utils.git] / .gitignore
1 # Eclipse
2 .classpath
3 .project
4 .settings/
5 bin/
6
7 # Compiled class file
8 *.class
9
10 # Log file
11 *.log
12
13 # BlueJ files
14 *.ctxt
15
16 # Mobile Tools for Java (J2ME)
17 .mtj.tmp/
18
19 # Package Files #
20 *.jar
21 !*-sources.jar
22 *.war
23 *.nar
24 *.ear
25 *.zip
26 *.tar.gz
27 *.rar
28
29 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
30 hs_err_pid*