Browse Source

ignore

master
heck 5 years ago
parent
commit
3b4f4b4840
  1. 29
      .gitignore

29
.gitignore

@ -1,5 +1,9 @@
syntax: glob syntax: glob
# c/c++ artifacts
*.o
*.so
# Build config # Build config
local.conf local.conf
@ -8,15 +12,13 @@ local.conf
/dist/ /dist/
__pycache__/ __pycache__/
*.py[co] *.py[co]
/.tox
.pytest_cache .pytest_cache
/venv/ venv/
/_venv/
*.egg-info/ *.egg-info/
/*.egg-link *.egg-link
/*.egg *.egg
/.eggs/ .eggs/
/pip-wheel-metadata/ pip-wheel-metadata/
# file generated by setuptools_scm # file generated by setuptools_scm
/src/pEp/__version__.py /src/pEp/__version__.py
@ -46,5 +48,14 @@ __pycache__/
# platform artifacts # platform artifacts
.DS_store .DS_store
# gen-cid
/gen/data/ /gen/data/output
/gen/data/input/synth_shed/synth_shed
/gen/data/input/test_data/test_lib
/gen/examples/ext/synth_shed/gen/py_module.cc
/gen/examples/ext/synth_shed/gen/py_module.yml2
/src/pEp/_pEp/adapter_main.hh.ast.json
/src/pEp/_pEp/adapter_main.hh.cid.json
/src/pEp/_pEp/adapter_main.hh.header.json
/gen/examples/lib/synth_shed/libsynth_shed.a
/gen/examples/lib/synth_shed/synth_shed

Loading…
Cancel
Save