• J
    .gitignore: Don't ignore a file that exists in the repository · 00e7ff44
    Josh Triplett 提交于
    .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.
    00e7ff44
.gitignore 1.3 KB