mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-09 15:37:58 -05:00
15 lines
276 B
YAML
15 lines
276 B
YAML
golang:
|
|
- wrappers/golang/**/*.go'
|
|
- wrappers/golang/**/*.h'
|
|
- wrappers/golang/**/*.tmpl'
|
|
- go.mod
|
|
rust:
|
|
- wrappers/rust
|
|
cpp:
|
|
- icicle/**/*.cu
|
|
- icicle/**/*.cuh
|
|
- icicle/**/*.cpp
|
|
- icicle/**/*.hpp
|
|
- icicle/**/*.c
|
|
- icicle/**/*.h
|
|
- icicle/CMakeLists.txt |