diff options
| author | 2024-01-30 23:27:28 -0600 | |
|---|---|---|
| committer | 2024-01-30 23:34:25 -0600 | |
| commit | 062bd8269c6b1ce9ba3279f36fe37d0a570c9e73 (patch) | |
| tree | e14b14d0b7efe4d12405e128c7da07e6d34e736b /.gitignore | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ffdc367 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +compile_commands.json +.vscode +.cache +subprojects/* +!subprojects/*.wrap +builddir |
