blob: 3ace541ba436746a60d0fc457eed9b9c35694f24 [file] [log] [blame]
Linux Foundation Administrators5cc077e2018-01-24 08:27:38 -08001# 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 Williamsc2140b92018-04-05 09:19:22 -070032# jjb local testing
Joey Armstrongf3208602023-06-03 15:12:23 -040033.venv
Zack Williamsc2140b92018-04-05 09:19:22 -070034venv-jjb
35job-configs
36
Joey Armstrong775a20f2022-12-02 12:55:43 -050037# npm-groovy-lint
38node_modules/
39package-lock.json
40package.json
41
Joey Armstrongf3208602023-06-03 15:12:23 -040042# Generated pipeline jobs
43build/
44
Joey Armstrong7ba23ac2023-08-29 15:21:53 -040045# make test residue
46a.out
47archives/
48
Joey Armstrong775a20f2022-12-02 12:55:43 -050049# [EOF]