From f5e196d3e3fd8b2eb28f1dc181571540c3bdc4a6 Mon Sep 17 00:00:00 2001 From: paugier Date: Tue, 30 Jan 2024 17:15:09 +0100 Subject: [PATCH] export-ignore in .gitattributes --- .gitattributes | 8 ++++++++ Makefile | 6 ------ postBuild | 5 ----- 3 files changed, 8 insertions(+), 11 deletions(-) delete mode 100755 postBuild diff --git a/.gitattributes b/.gitattributes index 16ef5c5f7..ec1f5039d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/Makefile b/Makefile index aca6b9efb..9ebc9ca32 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/postBuild b/postBuild deleted file mode 100755 index cf818f772..000000000 --- a/postBuild +++ /dev/null @@ -1,5 +0,0 @@ -# Commands to run on Binder https://mybinder.org after building from -# environment.yml -cd lib && pip install -e . && cd .. -export DISABLE_PYTHRAN=1 -pip install -e .