blob: 8a578e0bb1e98112e6d92c7dde7660d5b53f6eda [file] [log] [blame]
Linux Foundation Administrators3cbbe232017-10-12 12:44:21 -07001# Ignore Mac temp files
2.DS_Store
3
4# Ignore Vim temporary files
5.*.sw?
6
7# Ignore changes to the JJB Configuration File
8jenkins.ini
9
10# We don't want .netrc files since they're credential files
11.netrc
12
13# Maven
14target/
15
16# Vagrant
17.vagrant
18
19# IntelliJ
20.idea/
21*.iml
22
23# Eclipse
24.project
25/.pydevproject
26
27# Python
28.tox/
29__pycache__/
30*.pyc
31
Zack Williams3403ff42019-08-13 18:30:42 -070032# JJB testing related
33venv-jjb
34job-configs
35