forked from puppetlabs/puppetdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
75 lines (59 loc) · 1.11 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Leiningen
/target/
/target-gems/
/pom.xml
# Acceptance tests
/junit/
/log/
# Emacs
*#
*~
.#*
# Local overide for testing config
/test-resources/config/local.clj
# Vagrant
/.vagrant/
# A generalized temporary area for local use, tmp for
# general temporary items, and scripts for any local
# scripts.
/tmp
/scripts
# Bundler files
/vendor
/Gemfile.lock
# Used by Puppet Labs packaging system
/ext/packaging/
# VIM swap files
*.swp
# The leiningen temporary/local files
.lein-failures
.lein-deps-sum
.lein-repl-history
# lein-checkouts folder
checkouts
# RVM files for localised setups
.ruby-gemset
.ruby-version
# clj-i18n
/resources/puppetlabs/puppetdb/*.class
/resources/locales.clj
/mp-*
/dev-resources/i18n/bin
/.bundle/
/ext/test-conf/pgbin-requested
/ext/test-conf/pgport-requested
/ext/test-conf/pgver-requested
/ext/test-conf/puppet-ref-requested
/ext/test-conf/puppetserver-dep
/ext/test-conf/puppetserver-ref-requested
/puppet/state/
/puppetserver/
/.clj-kondo/.cache/
/.eastwood
/.nrepl-port
/pdb.bcpkix
/pdb.bcprov
# locust output files and python cache
*.csv
*report.html
locust/load-test/__pycache__/