Skip to content

Commit

Permalink
Update .gitignore to include CFFI build artifacts 🗑️
Browse files Browse the repository at this point in the history
- Added `.build_ext/`, `cffi.*`, `_cffi.*` to ignore CFFI build artifacts
- Ignored `liknorm/include/`, `liknorm/lib/`, `liknorm/share/` directories
  • Loading branch information
horta committed Jan 6, 2025
1 parent 0cdb32f commit ef36d22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
.build_ext/
cffi.*
_cffi.*
liknorm/include/
liknorm/lib/
liknorm/share/

poetry.lock
liknorm/_ffi.c
.ext_deps/
Expand Down

0 comments on commit ef36d22

Please sign in to comment.