forked from davmac314/dinit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
39 lines (36 loc) · 868 Bytes
/
.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
*.o
/src/**/*.d
/src/dinit
/src/dinitctl
/src/dinitcheck
/src/shutdown
/src/tests/tests
/src/tests/proctests
/src/tests/loadtests
/src/tests/includes
/src/tests/cptests/includes
/src/tests/cptests/cptests
/src/tests/cptests/corpus
/src/tests/cptests/fuzz
/src/igr-tests/igr-runner
#/mconfig
/ipk/tmp
/ipk/*.ipk
/build/includes/*.h
/build/tools/mconfig-gen
# Integration test output:
/src/igr-tests/basic/basic-ran
/src/igr-tests/environ/env-record
/src/igr-tests/ps-environ/env-record
/src/igr-tests/chain-to/recorded-output
/src/igr-tests/restart/basic-ran
/src/igr-tests/check-basic/output.txt
/src/igr-tests/check-cycle/output.txt
/src/igr-tests/check-lint/output.txt
/src/igr-tests/reload1/sd
/src/igr-tests/reload2/sd
/src/igr-tests/no-command-error/dinit-run.log
/src/igr-tests/var-subst/args-record
# Generated man pages:
/doc/manpages/*.5
/doc/manpages/*.8