diff options
| author | Levent Kaya <levent@dev> | 2025-11-05 22:11:58 +0300 |
|---|---|---|
| committer | Levent Kaya <levent@dev> | 2025-11-05 22:11:58 +0300 |
| commit | f6f40266ba57ab2df99b897c375f85f0a8a97856 (patch) | |
| tree | a344923e53224f646fbcbb1abaf3befe6e1ea0d5 /.gitignore | |
| parent | ce4e4020854e106ead6f505094c668cd896d8817 (diff) | |
[feature] basic structure
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..000c70c --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# build artifacts +/build/ +/build-*/ +CMakeFiles/ +CMakeCache.txt +Makefile +*.o +*.obj +*.exe +*.dll +*.so +*.dylib + +# editors +.vscode/ +.idea/ +*.swp + +# OS +.DS_Store |
