aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 79ffbc58f8d62a226047ddd999478118eb24f773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#Eclipse project files
#.classpath till https://issues.apache.org/jira/browse/MECLIPSE-735
#.project till https://issues.apache.org/jira/browse/MECLIPSE-735
.settings
.externalToolBuilders
.classpath
.project

# Eclipse-CS Checkstyle Plug-In IDE configuration files
.checkstyle
 
#NetBeans project files
nbactions.xml
nb-configuration.xml

#Maven build folder
target
bin

#Idea project files
checkstyle.iml
.idea

#Temp files
*~

#Virtual machine crash logs
hs_err_pid*
replay_pid*