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

[Internal Cleanup] Look into consolidating .gitignore files #3212

Open
rwgk opened this issue Dec 20, 2024 · 0 comments
Open

[Internal Cleanup] Look into consolidating .gitignore files #3212

rwgk opened this issue Dec 20, 2024 · 0 comments

Comments

@rwgk
Copy link
Contributor

rwgk commented Dec 20, 2024

See #3201 (comment):

Q: Is it possible that we consolidate .gitignore files at the root directory and not have independent ones per sub dir...?

Quick overview:

git switch main
git rev-parse HEAD
86b91186edf664976fa3cbe4c10c602be5ee7465
find . -name .gitignore
./thrust/.gitignore
./.gitignore
./cub/.gitignore
./cub/benchmarks/docker/.gitignore
./cub/examples/device/.gitignore
./cub/examples/block/.gitignore
./cub/test/.gitignore
./python/cuda_cooperative/.gitignore
./python/cuda_parallel/build/temp.linux-x86_64-cpython-312/_deps/nvtx-src/.gitignore
./python/cuda_parallel/build/temp.linux-x86_64-cpython-312/_deps/catch2-src/.gitignore
./python/cuda_parallel/.gitignore
./python/cuda_parallel/.pytest_cache/.gitignore
./benchmarks/scripts/.gitignore
./.pytest_cache/.gitignore
./.ruff_cache/.gitignore
./docs/.gitignore
./docs/tools/repoman/omni/repo/format/.gitignore
./libcudacxx/.gitignore
./libcudacxx/codegen/.gitignore
./libcudacxx/test/.gitignore
./libcudacxx/test/utils/nvidia/getsm/.gitignore
./.mypy_cache/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant