1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/.gitignore

124 lines
1.8 KiB
Plaintext
Raw Normal View History

Makefile.config
perl/Makefile.config
2010-02-10 10:55:46 -05:00
# /
/aclocal.m4
/autom4te.cache
2019-11-08 04:38:54 -05:00
/precompiled-headers.h.gch
/precompiled-headers.h.pch
2010-02-10 10:55:46 -05:00
/config.*
/configure
/nix.spec
/stamp-h1
/svn-revision
/libtool
2012-02-08 13:25:43 -05:00
/corepkgs/config.nix
2010-02-10 10:55:46 -05:00
# /corepkgs/channels/
/corepkgs/channels/unpack.sh
# /corepkgs/nar/
/corepkgs/nar/nar.sh
/corepkgs/nar/unnar.sh
# /doc/manual/
/doc/manual/manual.html
2012-07-26 17:10:28 -04:00
/doc/manual/manual.xmli
/doc/manual/manual.pdf
2010-02-10 10:55:46 -05:00
/doc/manual/manual.is-valid
/doc/manual/*.1
2012-07-26 17:10:28 -04:00
/doc/manual/*.5
2010-02-10 10:55:46 -05:00
/doc/manual/*.8
/doc/manual/version.txt
# /scripts/
/scripts/nix-profile.sh
/scripts/nix-copy-closure
2011-09-19 00:36:49 -04:00
/scripts/nix-reduce-build
/scripts/nix-http-export.cgi
/scripts/nix-profile-daemon.sh
2010-02-10 10:55:46 -05: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/
/src/libstore/*.gen.hh
2010-02-10 10:55:46 -05:00
/src/nix/nix
2010-02-10 10:55:46 -05: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
2012-10-03 17:57:20 -04:00
# /src/nix-daemon/
/src/nix-daemon/nix-daemon
2010-02-10 10:55:46 -05:00
/src/nix-collect-garbage/nix-collect-garbage
2016-08-11 11:34:43 -04:00
# /src/nix-channel/
/src/nix-channel/nix-channel
# /src/nix-build/
/src/nix-build/nix-build
/src/nix-copy-closure/nix-copy-closure
2016-07-18 18:50:27 -04:00
/src/build-remote/build-remote
2010-02-10 10:55:46 -05:00
# /tests/
/tests/test-tmp
/tests/common.sh
/tests/dummy
2011-09-19 00:36:49 -04:00
/tests/result*
/tests/restricted-innocent
/tests/shell
/tests/shell.drv
2010-02-10 10:55:46 -05:00
# /tests/lang/
/tests/lang/*.out
/tests/lang/*.out.xml
/tests/lang/*.ast
2012-02-08 13:25:43 -05:00
/perl/lib/Nix/Config.pm
/perl/lib/Nix/Store.cc
2010-02-10 10:55:46 -05:00
2014-04-07 05:18:54 -04:00
/misc/systemd/nix-daemon.service
/misc/systemd/nix-daemon.socket
2014-05-02 07:14:10 -04:00
/misc/upstart/nix-daemon.conf
2014-04-07 05:18:54 -04:00
/src/resolve-system-dependencies/resolve-system-dependencies
2016-07-20 14:00:36 -04:00
inst/
2012-02-08 13:25:43 -05:00
*.a
2010-02-10 10:55:46 -05:00
*.o
2012-02-08 13:25:43 -05:00
*.so
*.dylib
2014-12-03 04:00:46 -05:00
*.dll
*.exe
*.dep
2010-02-10 10:55:46 -05:00
*~
2014-09-18 06:00:40 -04:00
*.pc
*.plist
2010-02-10 10:55:46 -05:00
# GNU Global
GPATH
GRTAGS
GSYMS
GTAGS
2019-03-27 09:12:20 -04:00
nix-rust/target