mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
.gitignore: prepend slash to result and source
so that it matches only in the repository root. Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com> Co-authored-by: Milan Hauth <milahu@gmail.com>
This commit is contained in:
parent
cc8104a872
commit
2300d8312d
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -5,13 +5,13 @@
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
outputs/
|
outputs/
|
||||||
result
|
|
||||||
result-*
|
result-*
|
||||||
source/
|
|
||||||
/doc/NEWS.html
|
/doc/NEWS.html
|
||||||
/doc/NEWS.txt
|
/doc/NEWS.txt
|
||||||
/doc/manual.html
|
/doc/manual.html
|
||||||
/doc/manual.pdf
|
/doc/manual.pdf
|
||||||
|
/result
|
||||||
|
/source/
|
||||||
.version-suffix
|
.version-suffix
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue