mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
keep generated documentation in a separate directory
- helps navigating the code as it highlights which files are generated - makes it less error prone when working incrementally (although this should be just fixed by building out of tree)
This commit is contained in:
parent
3d46fa85c8
commit
44d21f6ef9
5 changed files with 19 additions and 10 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -54,7 +54,7 @@ perl/Makefile.config
|
|||
|
||||
/src/nix/nix
|
||||
|
||||
/src/nix/doc
|
||||
/src/nix/generated-doc
|
||||
|
||||
# /src/nix-env/
|
||||
/src/nix-env/nix-env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue