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

[BUG] .gitignore should ignore compile_commands.json #14047

Closed
harrism opened this issue Sep 7, 2023 · 0 comments · Fixed by #14048
Closed

[BUG] .gitignore should ignore compile_commands.json #14047

harrism opened this issue Sep 7, 2023 · 0 comments · Fixed by #14048
Assignees
Labels
bug Something isn't working libcudf Affects libcudf (C++/CUDA) code.

Comments

@harrism
Copy link
Member

harrism commented Sep 7, 2023

Describe the bug
.gitignore should ignore compile_commands.json because this file is generated during building and doesn't need to be in source control.

Steps/Code to reproduce bug
Build libcudf

Expected behavior
compile_commands.json should not be reported as an untracked file by git.

@harrism harrism added bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. labels Sep 7, 2023
@harrism harrism self-assigned this Sep 7, 2023
@harrism harrism added this to libcudf Sep 7, 2023
@github-project-automation github-project-automation bot moved this to In Progress in cuDF/Dask/Numba/UCX Sep 7, 2023
rapids-bot bot pushed a commit that referenced this issue Sep 7, 2023
Fixes #14047

Adds compile_commands.json to .gitignore.

Authors:
  - Mark Harris (https://github.com/harrism)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #14048
@github-project-automation github-project-automation bot moved this from In Progress to Done in cuDF/Dask/Numba/UCX Sep 7, 2023
@GregoryKimball GregoryKimball removed this from libcudf Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working libcudf Affects libcudf (C++/CUDA) code.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant