blob: 7be0f754ad50fe5583139a9e5b8fb36ce3e52e59 [file] [log] [blame]
Andrew Grimbergebc710a2017-01-30 12:59:38 -08001# Ignore Vim temporary files
2.*.sw?
3
4# Ignore changes to the JJB Configuration File
5jenkins.ini
6
7# We don't want .netrc files since they're credential files
8.netrc
9
10# Maven
11target/
12
13# Vagrant
14.vagrant
15
16# IntelliJ
17.idea/
18*.iml
Carsten Lundda8b6972017-02-15 23:59:25 +000019
20# Eclipse
21.project
DR695H1c9f7082017-03-09 17:30:43 -050022/.pydevproject