Skip to content

Commit

Permalink
add Cython gitignore (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Mar 3, 2024
1 parent 999b588 commit 9ee1b55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dist/
*.lib
*.o
*.obj
lenskit/**/*.c

# environment locks that aren't committed
/*env*.yml
Expand All @@ -48,3 +49,6 @@ conda-lock.yml
*~
*.tmp
.vs/

# CPP configurations are per-environment
.vscode/c_cpp_properties.json

0 comments on commit 9ee1b55

Please sign in to comment.