You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
811 B
43 lines
811 B
syntax: glob
|
|
|
|
# c/c++ artifacts
|
|
*.o
|
|
*.so
|
|
|
|
# Python artifacts
|
|
/build/
|
|
/dist/
|
|
__pycache__/
|
|
*.py[co]
|
|
.pytest_cache
|
|
venv/
|
|
*.egg-info/
|
|
*.egg-link
|
|
*.egg
|
|
.eggs/
|
|
|
|
# Editor artifacts and config
|
|
.idea/
|
|
*~
|
|
.\#*
|
|
\#*#
|
|
*.swp
|
|
.idea
|
|
|
|
# platform artifacts
|
|
.DS_store
|
|
|
|
# examples
|
|
/examples/ext/synth_shed/synth_shed/gen/py_module.pybind11
|
|
/examples/ext/synth_shed/synth_shed/gen/py_module.yml2
|
|
/examples/ext/synth_shed/synth_shed/gen/synth_shed.h.ast.json
|
|
/examples/ext/synth_shed/synth_shed/gen/synth_shed.h.acid.json
|
|
/examples/ext/synth_shed/synth_shed/gen/synth_shed.h.acid.yml
|
|
|
|
/examples/lib/lib_synth_shed/synth_shed
|
|
/examples/lib/lib_synth_shed/libsynth_shed.a
|
|
/examples/lib/lib_test/lib_test
|
|
|
|
/examples/lib/lib_test/lib_test.h.acid.json
|
|
/examples/lib/lib_test/lib_test.h.acid.yml
|
|
/examples/lib/lib_test/lib_test.h.ast.json
|
|
|