9ec364ab149d008cc98aab09d44b372f4afe92a3
[nonrtric/plt/ranpm.git] / datafilecollector / .gitignore
1 # Compiled class file
2 *.class
3
4 # Mobile Tools for Java (J2ME)
5 .mtj.tmp/
6
7 # Log file
8 *.log
9
10 # BlueJ files
11 *.ctxt
12
13 # Package Files #
14 *.jar
15 *.war
16 *.nar
17 *.ear
18 *.zip
19 *.tar.gz
20 *.rar
21
22 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23 hs_err_pid*
24
25 # Intellij IDE
26 .idea
27 *.iml
28
29 # Eclipse IDE
30 .project
31 .classpath
32 .settings
33 bin
34
35 # Maven
36 target
37 target/
38 pom.xml.tag
39 pom.xml.releaseBackup
40 pom.xml.versionsBackup
41 pom.xml.next
42 release.properties
43 dependency-reduced-pom.xml
44 buildNumber.properties
45 .mvn/timing.properties
46 .mvn/wrapper/maven-wrapper.jar
47
48 # CheckStyle files
49 .checkstyle
50
51 opt/
52
53 # Visual Studio Code
54 .factorypath