mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +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
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…
Reference in New Issue
Block a user