diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-25 17:18:09 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-25 17:18:09 +0100 |
| commit | 1a42bf20a334e43b77bdeced6c17597ee3df6ed1 (patch) | |
| tree | 9686c7a0cf8c345a1624794ea76e254e2bf76aae /.gitignore | |
| parent | a62e16bf2639b5db99aa382d089d83b13ecf71c9 (diff) | |
add cmake support
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +**/build*/ +**/out*/ *.o *.d *.json |
