-
-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (31 loc) · 623 Bytes
/
.gitignore
File metadata and controls
34 lines (31 loc) · 623 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
.*
!.mailmap
*.o
/src/**/*.d
/src/dinit
/src/dinitctl
/src/dinit-check
/src/dinit-monitor
/src/shutdown
/src/tests/tests
/src/tests/proctests
/src/tests/loadtests
/src/tests/envtests
/src/tests/iostreamtests
/src/tests/cptests/cptests
/src/tests/cptests/corpus
/src/tests/cptests/fuzz
/src/igr-tests/igr-runner
/src/igr-tests/igr-output
!/src/igr-tests/xdg-config/config/dinit.d/
/mconfig
/build/includes/*.h
/build/tools/mconfig-gen
# Integration test output:
/src/igr-tests/*/output/**
/src/igr-tests/reload1/sd
/src/igr-tests/reload2/sd
# Generated man pages:
/doc/manpages/*.5
/doc/manpages/*.8
/doc/manpages/html/*