.gitignore: Explain why /obj/ is ignored
This commit is contained in:
parent
87a8c5706d
commit
83b837a7f9
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -27,6 +27,7 @@ __pycache__/
|
||||||
/inst/
|
/inst/
|
||||||
/llvm/
|
/llvm/
|
||||||
/mingw-build/
|
/mingw-build/
|
||||||
|
# Created by default with `src/ci/docker/run.sh`:
|
||||||
/obj/
|
/obj/
|
||||||
/rustllvm/
|
/rustllvm/
|
||||||
/src/libcore/unicode/DerivedCoreProperties.txt
|
/src/libcore/unicode/DerivedCoreProperties.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue