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:
Charles 2025-10-29 13:48:53 -04:00
parent e371736b17
commit a4fe7cd8c8

4
.gitignore vendored
View file

@ -1,2 +1,2 @@
out/
out-light/
/out/
/out-light/