Skip to content

Commit

Permalink
remove .gitattributes (#740)
Browse files Browse the repository at this point in the history
Contributes to rapidsai/build-planning#31

Removes `.gitattributes` files.

These have been here since the beginning of the project (048d53e), for use with `versioneer`. Per the `git` docs ([link](https://git-scm.com/docs/gitattributes#_export_subst)), setting the attribute `export-subst` on a file via a `.gitattributes` tell `git` to replace placeholders in the file with some `git` information.

This is no longer done in `_version.py` files in this project, and this project no longer uses `versioneer` (#615). `rapids-build-backend` handles storing git commit information in the published packages.

## Notes for Reviewers

For more details, see rapidsai/build-planning#31 (comment)

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Mike Sarahan (https://github.com/msarahan)
  - Gregory Lee (https://github.com/grlee77)

URL: #740
  • Loading branch information
jameslamb committed Jun 24, 2024
1 parent 25efed5 commit f25b2c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cucim/.gitattributes

This file was deleted.

0 comments on commit f25b2c6

Please sign in to comment.