forked from lix-project/lix
Update gitignore
This commit is contained in:
parent
6c38cc9025
commit
bffe35aced
27
.gitignore
vendored
27
.gitignore
vendored
|
@ -61,23 +61,11 @@
|
||||||
# /externals/
|
# /externals/
|
||||||
/externals/Makefile
|
/externals/Makefile
|
||||||
/externals/Makefile.in
|
/externals/Makefile.in
|
||||||
/externals/aterm-*
|
|
||||||
/externals/have-aterm
|
|
||||||
/externals/build-aterm
|
|
||||||
/externals/inst-aterm
|
|
||||||
/externals/bzip2-*
|
/externals/bzip2-*
|
||||||
/externals/have-bzip2
|
|
||||||
/externals/build-bzip2
|
/externals/build-bzip2
|
||||||
/externals/inst-bzip2
|
/externals/inst-bzip2
|
||||||
|
/externals/sqlite-*
|
||||||
# /make/examples/aterm/
|
/externals/build-sqlite
|
||||||
/make/examples/aterm/result*
|
|
||||||
|
|
||||||
# /make/examples/aterm/aterm/
|
|
||||||
/make/examples/aterm/aterm/*
|
|
||||||
|
|
||||||
# /make/examples/aterm/test/
|
|
||||||
/make/examples/aterm/test/*
|
|
||||||
|
|
||||||
# /misc/
|
# /misc/
|
||||||
/misc/Makefile.in
|
/misc/Makefile.in
|
||||||
|
@ -100,13 +88,16 @@
|
||||||
/scripts/nix-channel
|
/scripts/nix-channel
|
||||||
/scripts/nix-build
|
/scripts/nix-build
|
||||||
/scripts/nix-copy-closure
|
/scripts/nix-copy-closure
|
||||||
/scripts/readmanifest.pm
|
/scripts/nix-generate-patches
|
||||||
/scripts/readconfig.pm
|
/scripts/NixConfig.pm
|
||||||
|
/scripts/NixManifest.pm
|
||||||
|
/scripts/GeneratePatches.pm
|
||||||
/scripts/download-using-manifests.pl
|
/scripts/download-using-manifests.pl
|
||||||
/scripts/copy-from-other-stores.pl
|
/scripts/copy-from-other-stores.pl
|
||||||
/scripts/generate-patches.pl
|
|
||||||
/scripts/find-runtime-roots.pl
|
/scripts/find-runtime-roots.pl
|
||||||
/scripts/build-remote.pl
|
/scripts/build-remote.pl
|
||||||
|
/scripts/nix-reduce-build
|
||||||
|
/scripts/nix-http-export.cgi
|
||||||
|
|
||||||
# /src/
|
# /src/
|
||||||
/src/Makefile
|
/src/Makefile
|
||||||
|
@ -168,6 +159,7 @@
|
||||||
/src/libstore/derivations-ast.cc
|
/src/libstore/derivations-ast.cc
|
||||||
/src/libstore/derivations-ast.hh
|
/src/libstore/derivations-ast.hh
|
||||||
/src/libstore/.libs
|
/src/libstore/.libs
|
||||||
|
/src/libstore/schema.sql.hh
|
||||||
|
|
||||||
# /src/libutil/
|
# /src/libutil/
|
||||||
/src/libutil/Makefile
|
/src/libutil/Makefile
|
||||||
|
@ -242,6 +234,7 @@
|
||||||
/tests/config.nix
|
/tests/config.nix
|
||||||
/tests/common.sh
|
/tests/common.sh
|
||||||
/tests/dummy
|
/tests/dummy
|
||||||
|
/tests/result*
|
||||||
|
|
||||||
# /tests/lang/
|
# /tests/lang/
|
||||||
/tests/lang/*.out
|
/tests/lang/*.out
|
||||||
|
|
Loading…
Reference in a new issue