nix-gh/.gitignore

120 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

Makefile.config
perl/Makefile.config
2010-02-10 16:55:46 +01:00
# /
/aclocal.m4
/autom4te.cache
/config.*
/configure
/nix.spec
/stamp-h1
/svn-revision
/libtool
2012-02-08 19:25:43 +01:00
/corepkgs/config.nix
2010-02-10 16:55:46 +01: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 23:10:28 +02:00
/doc/manual/manual.xmli
/doc/manual/manual.pdf
2010-02-10 16:55:46 +01:00
/doc/manual/manual.is-valid
/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
/doc/manual/version.txt
# /scripts/
/scripts/nix-profile.sh
/scripts/nix-copy-closure
2011-09-19 06:36:49 +02:00
/scripts/nix-reduce-build
/scripts/nix-http-export.cgi
/scripts/nix-profile-daemon.sh
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
# /src/libstore/
/src/libstore/*.gen.hh
2010-02-10 16:55:46 +01:00
/src/nix/nix
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
2012-10-03 23:57:20 +02:00
# /src/nix-daemon/
/src/nix-daemon/nix-daemon
2010-02-10 16:55:46 +01:00
/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
2016-07-19 00:50:27 +02:00
/src/build-remote/build-remote
2010-02-10 16:55:46 +01:00
# /tests/
/tests/test-tmp
/tests/common.sh
/tests/dummy
2011-09-19 06:36:49 +02:00
/tests/result*
/tests/restricted-innocent
/tests/shell
/tests/shell.drv
2010-02-10 16:55:46 +01:00
# /tests/lang/
/tests/lang/*.out
/tests/lang/*.out.xml
/tests/lang/*.ast
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
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
2016-07-20 20:00:36 +02:00
inst/
2012-02-08 19:25:43 +01:00
*.a
2010-02-10 16:55:46 +01:00
*.o
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