Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore test results in .gitignore #777

Open
nyurik opened this issue Feb 8, 2024 · 0 comments
Open

Ignore test results in .gitignore #777

nyurik opened this issue Feb 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nyurik
Copy link
Contributor

nyurik commented Feb 8, 2024

After running cargo test, lots of new untracked files are being created. They should be listed in the .gitignore, but it seems like they are nearly identical to the ones already checked in into the same git location. I think they should be cleaned up and listed in .gitignore, but I am not certain what is the desired wildcard is, so filing it as an issue instead.

        lib/oxigraph/tests/rocksdb_bc_data/000032.sst
        lib/oxigraph/tests/rocksdb_bc_data/000033.sst
        lib/oxigraph/tests/rocksdb_bc_data/000034.sst
        lib/oxigraph/tests/rocksdb_bc_data/000035.sst
        lib/oxigraph/tests/rocksdb_bc_data/000036.sst
        lib/oxigraph/tests/rocksdb_bc_data/000037.sst
        lib/oxigraph/tests/rocksdb_bc_data/000066.sst
        lib/oxigraph/tests/rocksdb_bc_data/000067.sst
        lib/oxigraph/tests/rocksdb_bc_data/000068.sst
        lib/oxigraph/tests/rocksdb_bc_data/000069.log
        lib/oxigraph/tests/rocksdb_bc_data/000070.sst
        lib/oxigraph/tests/rocksdb_bc_data/000071.sst
        lib/oxigraph/tests/rocksdb_bc_data/000072.sst
        lib/oxigraph/tests/rocksdb_bc_data/000075.log
        lib/oxigraph/tests/rocksdb_bc_data/000103.sst
        lib/oxigraph/tests/rocksdb_bc_data/210901102448970116524957277514017033403
        lib/oxigraph/tests/rocksdb_bc_data/LOG
        lib/oxigraph/tests/rocksdb_bc_data/LOG.old.1707432370940434
        lib/oxigraph/tests/rocksdb_bc_data/MANIFEST-000076
        lib/oxigraph/tests/rocksdb_bc_data/OPTIONS-000100
        lib/oxigraph/tests/rocksdb_bc_data/OPTIONS-000102
@nyurik nyurik added the bug Something isn't working label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant