mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-09 21:17:56 -05:00
15 lines
278 B
YAML
15 lines
278 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 |