Fix: Skip sigul installation on Ubuntu
[releng/global-jjb.git] / .gitignore
1 # SPDX-License-Identifier: EPL-1.0
2 # SPDX-FileCopyrightText: 2017 The Linux Foundation
3 # Ignore nodejs dir created by linting tools
4 node_modules/
5
6 # Ignore Vim temporary files
7 .*.sw?
8
9 # Ignore changes to the JJB Configuration File
10 jenkins.ini
11
12 # Maven
13 target/
14
15 # Vagrant
16 .vagrant
17
18 # IntelliJ
19 .idea/
20 *.iml
21
22 # Eclipse
23 .project
24
25 # Python
26 .tox/
27 __pycache__/
28 *.pyc
29 docs/_build/
30
31 # Node / NPM
32 _cacache/
33 anonymous-cli-metrics.json
34
35 # global-jjb
36 archives/