mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-11-01 16:46:33 +01:00
Make .gitignore more correct
Currently, the directory names aren't prefixed with /. This could cause an issue in Git where another directory with one of the listed names could potentially be ignored.
This commit is contained in:
parent
e371736b17
commit
a4fe7cd8c8
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,2 +1,2 @@
|
||||||
out/
|
/out/
|
||||||
out-light/
|
/out-light/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue