Merge "Update hst CPU/MemoryMB cloud config to limit jobs to 1 per server"
[ci-management.git] / .gitignore
1 # Ignore Vim temporary files
2 .*.sw?
3
4 # Ignore changes to the JJB Configuration File
5 jenkins.ini
6
7 # Maven
8 target/
9
10 # Vagrant
11 .vagrant
12
13 # IntelliJ
14 .idea/
15 *.iml
16
17 # Emacs
18 *~
19 \.\#*
20 \#*
21
22 # Python Virtualenv
23 venv/
24
25 # VSCode
26 .vscode