.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.
J
Josh Triplett committed
00e7ff44ca8e7fa9f5552fdfaf81ed09ed1d90f1
Parent: a605441