Code Review
/
releng
/
global-jjb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fix shellcheck warnings
[releng/global-jjb.git]
/
.gitignore
1
# Ignore Vim temporary files
2
.*.sw?
3
4
# Ignore changes to the JJB Configuration File
5
jenkins.ini
6
7
# Ignore Sandbox temporary files
8
jjb/*/releng-*.yaml
9
10
# Maven
11
target/
12
13
# Vagrant
14
.vagrant
15
16
# IntelliJ
17
.idea/
18
*.iml
19
20
# Eclipse
21
.project
22
23
# Python
24
.tox/
25
__pycache__/
26
*.pyc