2013-11-22 14:54:18 +00:00
|
|
|
Makefile.config
|
2016-08-12 13:44:01 +00:00
|
|
|
perl/Makefile.config
|
2010-02-10 15:55:46 +00:00
|
|
|
|
|
|
|
# /
|
|
|
|
/aclocal.m4
|
|
|
|
/autom4te.cache
|
2019-11-08 09:38:54 +00:00
|
|
|
/precompiled-headers.h.gch
|
2010-02-10 15:55:46 +00:00
|
|
|
/config.*
|
|
|
|
/configure
|
|
|
|
/stamp-h1
|
|
|
|
/svn-revision
|
|
|
|
/libtool
|
|
|
|
|
|
|
|
# /doc/manual/
|
2021-07-27 11:48:19 +00:00
|
|
|
/doc/manual/*.1
|
2012-07-26 21:10:28 +00:00
|
|
|
/doc/manual/*.5
|
2010-02-10 15:55:46 +00:00
|
|
|
/doc/manual/*.8
|
2021-07-27 11:48:19 +00:00
|
|
|
/doc/manual/generated/*
|
2020-08-17 17:33:18 +00:00
|
|
|
/doc/manual/nix.json
|
2020-08-19 16:28:04 +00:00
|
|
|
/doc/manual/conf-file.json
|
2020-08-24 12:49:30 +00:00
|
|
|
/doc/manual/builtins.json
|
2020-12-02 22:05:28 +00:00
|
|
|
/doc/manual/src/SUMMARY.md
|
|
|
|
/doc/manual/src/command-ref/new-cli
|
2020-08-19 16:28:04 +00:00
|
|
|
/doc/manual/src/command-ref/conf-file.md
|
2020-08-24 12:49:30 +00:00
|
|
|
/doc/manual/src/expressions/builtins.md
|
2010-02-10 15:55:46 +00:00
|
|
|
|
|
|
|
# /scripts/
|
|
|
|
/scripts/nix-profile.sh
|
2011-09-19 04:36:49 +00:00
|
|
|
/scripts/nix-reduce-build
|
|
|
|
/scripts/nix-http-export.cgi
|
2018-02-08 16:26:18 +00:00
|
|
|
/scripts/nix-profile-daemon.sh
|
2010-02-10 15:55:46 +00:00
|
|
|
|
|
|
|
# /src/libexpr/
|
|
|
|
/src/libexpr/lexer-tab.cc
|
|
|
|
/src/libexpr/lexer-tab.hh
|
|
|
|
/src/libexpr/parser-tab.cc
|
|
|
|
/src/libexpr/parser-tab.hh
|
|
|
|
/src/libexpr/parser-tab.output
|
|
|
|
/src/libexpr/nix.tbl
|
|
|
|
|
|
|
|
# /src/libstore/
|
2020-03-24 13:26:13 +00:00
|
|
|
*.gen.*
|
2010-02-10 15:55:46 +00:00
|
|
|
|
2020-06-04 21:05:41 +00:00
|
|
|
# /src/libutil/
|
|
|
|
/src/libutil/tests/libutil-tests
|
|
|
|
|
2016-10-16 22:15:18 +00:00
|
|
|
/src/nix/nix
|
|
|
|
|
2010-02-10 15:55:46 +00:00
|
|
|
# /src/nix-env/
|
|
|
|
/src/nix-env/nix-env
|
|
|
|
|
|
|
|
# /src/nix-instantiate/
|
|
|
|
/src/nix-instantiate/nix-instantiate
|
|
|
|
|
|
|
|
# /src/nix-store/
|
|
|
|
/src/nix-store/nix-store
|
|
|
|
|
2016-10-16 22:15:18 +00:00
|
|
|
/src/nix-prefetch-url/nix-prefetch-url
|
|
|
|
|
|
|
|
/src/nix-collect-garbage/nix-collect-garbage
|
|
|
|
|
2016-08-11 15:34:43 +00:00
|
|
|
# /src/nix-channel/
|
|
|
|
/src/nix-channel/nix-channel
|
|
|
|
|
2016-08-09 10:24:19 +00:00
|
|
|
# /src/nix-build/
|
|
|
|
/src/nix-build/nix-build
|
|
|
|
|
2016-08-10 14:44:39 +00:00
|
|
|
/src/nix-copy-closure/nix-copy-closure
|
|
|
|
|
2020-04-06 18:05:17 +00:00
|
|
|
/src/error-demo/error-demo
|
|
|
|
|
2016-07-18 22:50:27 +00:00
|
|
|
/src/build-remote/build-remote
|
|
|
|
|
2010-02-10 15:55:46 +00:00
|
|
|
# /tests/
|
|
|
|
/tests/test-tmp
|
|
|
|
/tests/common.sh
|
2011-09-19 04:36:49 +00:00
|
|
|
/tests/result*
|
2019-01-13 15:33:15 +00:00
|
|
|
/tests/restricted-innocent
|
|
|
|
/tests/shell
|
|
|
|
/tests/shell.drv
|
2019-03-27 22:49:14 +00:00
|
|
|
/tests/config.nix
|
2021-05-11 08:52:17 +00:00
|
|
|
/tests/ca/config.nix
|
2010-02-10 15:55:46 +00:00
|
|
|
|
|
|
|
# /tests/lang/
|
|
|
|
/tests/lang/*.out
|
|
|
|
/tests/lang/*.out.xml
|
|
|
|
/tests/lang/*.ast
|
|
|
|
|
2012-02-08 18:25:43 +00:00
|
|
|
/perl/lib/Nix/Config.pm
|
|
|
|
/perl/lib/Nix/Store.cc
|
2010-02-10 15:55:46 +00:00
|
|
|
|
2014-04-07 09:18:54 +00:00
|
|
|
/misc/systemd/nix-daemon.service
|
|
|
|
/misc/systemd/nix-daemon.socket
|
2014-05-02 11:14:10 +00:00
|
|
|
/misc/upstart/nix-daemon.conf
|
2014-04-07 09:18:54 +00:00
|
|
|
|
2017-09-25 19:36:01 +00:00
|
|
|
/src/resolve-system-dependencies/resolve-system-dependencies
|
|
|
|
|
2020-09-15 11:48:23 +00:00
|
|
|
outputs/
|
2016-07-20 18:00:36 +00:00
|
|
|
|
2012-02-08 18:25:43 +00:00
|
|
|
*.a
|
2010-02-10 15:55:46 +00:00
|
|
|
*.o
|
2012-02-08 18:25:43 +00:00
|
|
|
*.so
|
2017-09-25 19:36:01 +00:00
|
|
|
*.dylib
|
2014-12-03 09:00:46 +00:00
|
|
|
*.dll
|
|
|
|
*.exe
|
2013-11-22 15:10:33 +00:00
|
|
|
*.dep
|
2010-02-10 15:55:46 +00:00
|
|
|
*~
|
2014-09-18 10:00:40 +00:00
|
|
|
*.pc
|
2017-09-25 19:36:01 +00:00
|
|
|
*.plist
|
2010-02-10 15:55:46 +00:00
|
|
|
|
|
|
|
# GNU Global
|
|
|
|
GPATH
|
|
|
|
GRTAGS
|
|
|
|
GSYMS
|
|
|
|
GTAGS
|
2019-03-27 13:12:20 +00:00
|
|
|
|
2020-09-13 21:07:09 +00:00
|
|
|
# ccls
|
|
|
|
/.ccls-cache
|
|
|
|
|
|
|
|
# auto-generated compilation database
|
|
|
|
compile_commands.json
|
|
|
|
|
2019-03-27 13:12:20 +00:00
|
|
|
nix-rust/target
|