lix/.gitignore

160 lines
2.7 KiB
Plaintext
Raw Normal View History

Makefile.config
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
/config
2010-02-10 15:55:46 +00:00
# /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
/doc/manual/conf-file.json
/doc/manual/language.json
/doc/manual/xp-features.json
/doc/manual/src/command-ref/experimental-features-shortlist.md
/doc/manual/src/contributing/experimental-feature-descriptions.md
/doc/manual/src/release-notes/rl-next-generated.md
2010-02-10 15:55:46 +00:00
# /scripts/
/scripts/nix-profile.sh
/scripts/nix-profile-daemon.sh
/scripts/nix-profile.fish
/scripts/nix-profile-daemon.fish
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/libexpr/tests
/tests/unit/libexpr/libnixexpr-tests
2010-02-10 15:55:46 +00:00
# /src/libstore/
2020-03-24 13:26:13 +00:00
*.gen.*
/src/libstore/tests
/tests/unit/libstore/libnixstore-tests
2010-02-10 15:55:46 +00:00
# /src/libutil/
/src/libutil/tests
/tests/unit/libutil/libnixutil-tests
/src/nix/nix
2023-02-17 17:57:15 +00:00
/src/nix/doc
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
/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
# /src/nix-build/
/src/nix-build/nix-build
/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
# /tests/functional/
/tests/functional/test-tmp
/tests/functional/common/vars-and-functions.sh
/tests/functional/result*
/tests/functional/restricted-innocent
/tests/functional/shell
/tests/functional/shell.drv
/tests/functional/config.nix
/tests/functional/ca/config.nix
/tests/functional/dyn-drv/config.nix
/tests/functional/repl-result-out
/tests/functional/debugger-test-out
/tests/functional/test-libstoreconsumer/test-libstoreconsumer
# /tests/functional/lang/
/tests/functional/lang/*.out
/tests/functional/lang/*.out.xml
/tests/functional/lang/*.err
/tests/functional/lang/*.ast
2010-02-10 15:55:46 +00:00
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
/misc/systemd/nix-daemon.conf
2014-05-02 11:14:10 +00:00
/misc/upstart/nix-daemon.conf
2014-04-07 09:18:54 +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
*.o.tmp
2012-02-08 18:25:43 +00:00
*.so
*.dylib
2014-12-03 09:00:46 +00:00
*.dll
*.exe
*.dep
2010-02-10 15:55:46 +00:00
*~
2014-09-18 10:00:40 +00:00
*.pc
*.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
2022-01-16 03:17:40 +00:00
result
result-*
2022-01-16 03:17:40 +00:00
.vscode/
.direnv/
.envrc.local
2023-07-06 09:26:51 +00:00
# clangd and possibly more
.cache/
# Mac OS
.DS_Store
# ClangBuildAnalyzer output, see maintainers/buildtime_report.sh
buildtime.bin
.envrc.local
# We generate this with a Nix shell hook
/.pre-commit-config.yaml
/.nocontribmsg