Skip to content

Commit

Permalink
export-ignore in .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Jan 30, 2024
1 parent 9036581 commit f5e196d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# GitHub syntax highlighting
pixi.lock linguist-language=YAML

.gitattributes export-ignore
.hgignore export-ignore

old export-ignore
scripts export-ignore
bench export-ignore

tmp_bug_unearth.py export-ignore
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ sync:
lock:
pdm lock -G :all

dist:
pip install build
cd lib && python -m build
python -m build
mv -f lib/dist/* dist/

clean_so:
find fluidsim -name "*.so" -delete

Expand Down
5 changes: 0 additions & 5 deletions postBuild

This file was deleted.

0 comments on commit f5e196d

Please sign in to comment.