Skip to content

Commit

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

Removes `.gitattributes` file.

That was added in #88 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`. `rapids-build-backend` handles storing git commit information in the published packages.

## Notes for Reviewers

Created based on this conversation: rapidsai/kvikio#369 (comment)

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

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)
  - Mike Sarahan (https://github.com/msarahan)

URL: #1350
  • Loading branch information
jameslamb authored Jun 24, 2024
1 parent 098109a commit 7363b0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

0 comments on commit 7363b0c

Please sign in to comment.