Skip to content

Commit

Permalink
gitignore the cython-generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Jul 11, 2024
1 parent 5a73b60 commit 447f9e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/python/rgbmatrix/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
core.cpp
graphics.cpp
3 changes: 3 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ pkgs.mkShell {
python311Packages.cython
python311Packages.distutils-extra
];
shellHook = ''
export CYTHON=cython
'';
}

0 comments on commit 447f9e7

Please sign in to comment.