.gitignore: Don't ignore a file that exists in the repository
.gitignore should not ignore files that exist in the repository. The ignore of .cargo applies to the committed .cargo directory used in an example: $ git ls-files --exclude-standard --ignored src/test/run-make/thumb-none-qemu/example/.cargo/config Explicitly un-ignore that file.
This commit is contained in:
parent
a605441e04
commit
00e7ff44ca
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -55,5 +55,6 @@ config.mk
|
||||||
config.stamp
|
config.stamp
|
||||||
Session.vim
|
Session.vim
|
||||||
.cargo
|
.cargo
|
||||||
|
!/src/test/run-make/thumb-none-qemu/example/.cargo
|
||||||
no_llvm_build
|
no_llvm_build
|
||||||
# Before adding new lines, see the comment at the top.
|
# Before adding new lines, see the comment at the top.
|
||||||
|
|
Loading…
Add table
Reference in a new issue