-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (40 loc) · 756 Bytes
/
.gitignore
File metadata and controls
49 lines (40 loc) · 756 Bytes
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
# Binaries for programs, uncommited generated code and plugins
cmd/adsysd/adsysd
cmd/admxgen/admxgen
cmd/adwatchd/adwatchd
generated/
__pycache__/
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
coverage/
*.out
# Dependency directories
vendor/
# Package artefacts
obj-x86_64-linux-gnu/
output/
installer/Output
# Various cruft to not consider by default
*.log
.vscode/
# Packaging artefacts
debian/*debhelper*
debian/files
debian/*.substvars
debian/tmp
debian/adsys
debian/adsys-windows
# Local testing
/adsysd
/adsysctl
/adsys.yaml
# E2E testing
inventory.yaml
e2e/assets/gpo/**/*.pol
logs/
# GitHub CI temporary files
node_modules
package-lock.json
package.json
samba-patched/