Nix/.gitignore

155 lines
2.8 KiB
Plaintext
Raw Normal View History

Makefile.config
perl/Makefile.config
2010-02-10 16:55:46 +01:00
# /
/aclocal.m4
/autom4te.cache
2019-11-08 10:38:54 +01:00
/precompiled-headers.h.gch
2010-02-10 16:55:46 +01:00
/config.*
/configure
/stamp-h1
/svn-revision
/libtool
# /doc/manual/
2021-07-27 13:48:19 +02:00
/doc/manual/*.1
2012-07-26 23:10:28 +02:00
/doc/manual/*.5
2010-02-10 16:55:46 +01:00
/doc/manual/*.8
2021-07-27 13:48:19 +02:00
/doc/manual/generated/*
2020-08-17 19:33:18 +02:00
/doc/manual/nix.json
/doc/manual/conf-file.json
/doc/manual/language.json
/doc/manual/xp-features.json
/doc/manual/src/SUMMARY.md
/doc/manual/src/SUMMARY-rl-next.md
/doc/manual/src/store/types/*
!/doc/manual/src/store/types/index.md.in
/doc/manual/src/command-ref/new-cli
/doc/manual/src/command-ref/conf-file.md
/doc/manual/src/command-ref/experimental-features-shortlist.md
/doc/manual/src/contributing/experimental-feature-descriptions.md
2022-08-04 20:01:27 +02:00
/doc/manual/src/language/builtins.md
/doc/manual/src/language/builtin-constants.md
/doc/manual/src/release-notes/rl-next.md
2010-02-10 16:55:46 +01:00
# /scripts/
/scripts/nix-profile.sh
/scripts/nix-profile-daemon.sh
/scripts/nix-profile.fish
/scripts/nix-profile-daemon.fish
2010-02-10 16:55:46 +01: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
/tests/unit/libexpr/libnixexpr-tests
2010-02-10 16:55:46 +01:00
# /src/libstore/
2020-03-24 14:26:13 +01:00
*.gen.*
/tests/unit/libstore/libnixstore-tests
2010-02-10 16:55:46 +01:00
# /src/libutil/
/tests/unit/libutil/libnixutil-tests
/src/nix/nix
/src/nix/generated-doc
2023-02-17 18:57:15 +01:00
2010-02-10 16:55:46 +01: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 17:34:43 +02: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 20:05:17 +02:00
/src/error-demo/error-demo
2016-07-19 00:50:27 +02: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/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 16:55:46 +01:00
2012-02-08 19:25:43 +01:00
/perl/lib/Nix/Config.pm
/perl/lib/Nix/Store.cc
2010-02-10 16:55:46 +01:00
2014-04-07 11:18:54 +02:00
/misc/systemd/nix-daemon.service
/misc/systemd/nix-daemon.socket
/misc/systemd/nix-daemon.conf
2014-05-02 13:14:10 +02:00
/misc/upstart/nix-daemon.conf
2014-04-07 11:18:54 +02:00
/src/resolve-system-dependencies/resolve-system-dependencies
2020-09-15 13:48:23 +02:00
outputs/
2016-07-20 20:00:36 +02:00
2012-02-08 19:25:43 +01:00
*.a
2010-02-10 16:55:46 +01:00
*.o
*.o.tmp
2012-02-08 19:25:43 +01:00
*.so
*.dylib
2014-12-03 10:00:46 +01:00
*.dll
*.exe
*.dep
2010-02-10 16:55:46 +01:00
*~
2014-09-18 12:00:40 +02:00
*.pc
*.plist
2010-02-10 16:55:46 +01:00
# GNU Global
GPATH
GRTAGS
GSYMS
GTAGS
2019-03-27 14:12:20 +01:00
2020-09-13 23:07:09 +02:00
# ccls
/.ccls-cache
# auto-generated compilation database
compile_commands.json
2019-03-27 14:12:20 +01:00
nix-rust/target
2022-01-16 04:17:40 +01:00
result
2024-01-09 12:36:09 +01:00
result-*
2022-01-16 04:17:40 +01:00
# IDE
2022-01-16 04:17:40 +01:00
.vscode/
.idea/
2023-07-06 11:26:51 +02:00
# clangd and possibly more
.cache/
# Mac OS
.DS_Store