1Makefile.config
2perl/Makefile.config
3
4# /
5/aclocal.m4
6/autom4te.cache
7/config.*
8/configure
9/nix.spec
10/stamp-h1
11/svn-revision
12/libtool
13
14/corepkgs/config.nix
15
16# /corepkgs/channels/
17/corepkgs/channels/unpack.sh
18
19# /corepkgs/nar/
20/corepkgs/nar/nar.sh
21/corepkgs/nar/unnar.sh
22
23# /doc/manual/
24/doc/manual/manual.html
25/doc/manual/manual.xmli
26/doc/manual/manual.pdf
27/doc/manual/manual.is-valid
28/doc/manual/*.1
29/doc/manual/*.5
30/doc/manual/*.8
31/doc/manual/version.txt
32
33# /scripts/
34/scripts/nix-profile.sh
35/scripts/nix-copy-closure
36/scripts/nix-reduce-build
37/scripts/nix-http-export.cgi
38/scripts/nix-profile-daemon.sh
39
40# /src/libexpr/
41/src/libexpr/lexer-tab.cc
42/src/libexpr/lexer-tab.hh
43/src/libexpr/parser-tab.cc
44/src/libexpr/parser-tab.hh
45/src/libexpr/parser-tab.output
46/src/libexpr/nix.tbl
47
48# /src/libstore/
49/src/libstore/*.gen.hh
50
51/src/nix/nix
52
53# /src/nix-env/
54/src/nix-env/nix-env
55
56# /src/nix-instantiate/
57/src/nix-instantiate/nix-instantiate
58
59# /src/nix-store/
60/src/nix-store/nix-store
61
62/src/nix-prefetch-url/nix-prefetch-url
63
64# /src/nix-daemon/
65/src/nix-daemon/nix-daemon
66
67/src/nix-collect-garbage/nix-collect-garbage
68
69# /src/nix-channel/
70/src/nix-channel/nix-channel
71
72# /src/nix-build/
73/src/nix-build/nix-build
74
75/src/nix-copy-closure/nix-copy-closure
76
77/src/build-remote/build-remote
78
79# /tests/
80/tests/test-tmp
81/tests/common.sh
82/tests/dummy
83/tests/result*
84/tests/restricted-innocent
85/tests/shell
86/tests/shell.drv
87
88# /tests/lang/
89/tests/lang/*.out
90/tests/lang/*.out.xml
91/tests/lang/*.ast
92
93/perl/lib/Nix/Config.pm
94/perl/lib/Nix/Store.cc
95
96/misc/systemd/nix-daemon.service
97/misc/systemd/nix-daemon.socket
98/misc/upstart/nix-daemon.conf
99
100/src/resolve-system-dependencies/resolve-system-dependencies
101
102inst/
103
104*.a
105*.o
106*.so
107*.dylib
108*.dll
109*.exe
110*.dep
111*~
112*.pc
113*.plist
114
115# GNU Global
116GPATH
117GRTAGS
118GSYMS
119GTAGS
120