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.
63 lines
1.6 KiB
63 lines
1.6 KiB
syntax: glob
|
|
|
|
# c/c++ artifacts
|
|
*.o
|
|
*.so
|
|
|
|
# Python artifacts
|
|
/build/
|
|
/dist/
|
|
__pycache__/
|
|
*.py[co]
|
|
.pytest_cache
|
|
venv_pEpACIDgen/
|
|
venv_lib_test/
|
|
venv_synth_shed/
|
|
*.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/ext/lib_test/lib_test/gen/lib_test.h.acid.json
|
|
/examples/ext/lib_test/lib_test/gen/lib_test.h.acid.yml
|
|
/examples/ext/lib_test/lib_test/gen/lib_test.h.ast.json
|
|
/examples/ext/lib_test/lib_test/gen/py_module.pybind11
|
|
/examples/ext/lib_test/lib_test/gen/py_module.yml2
|
|
/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
|
|
/examples/lib/lib_test/lib_test.oxx
|
|
/examples/lib/lib_test/lib_test_cxx
|
|
/examples/lib/lib_test/lib_test.o99
|
|
/examples/lib/lib_test/lib_test_c99
|
|
/examples/lib/lib_test/liblib_test.a
|
|
/examples/lib/lib_test/main.o99
|
|
/examples/lib/lib_test/main.oxx
|
|
/examples/lib/lib_synth_shed/main.o99
|
|
/examples/lib/lib_synth_shed/main.oxx
|
|
/examples/lib/lib_synth_shed/synth_shed.o99
|
|
/examples/lib/lib_synth_shed/synth_shed.oxx
|
|
/examples/lib/lib_synth_shed/synth_shed_c99
|
|
/examples/lib/lib_synth_shed/synth_shed_cxx
|
|
|