ROCm / MIOpen

AMD's Machine Intelligence Library
https://rocm.docs.amd.com/projects/MIOpen/en/latest/
Other
1.09k stars 230 forks source link

Added a .gitignore with standard content #3400

Closed BradPepersAMD closed 1 week ago

BradPepersAMD commented 1 week ago

Use the one from CK since it seems a close match to our needs.

averinevg commented 1 week ago

Why do we need this file? It's usually useful for developers who automatically commit all their changes. I am against this practice, as every developer should manually review everything they've written, and only then manually add each file before committing. The repository should not contain junk.

CAHEK7 commented 1 week ago

I love git add .