diff options
author | fadhil riyanto <me@fadev.org> | 2024-08-10 17:31:48 +0700 |
---|---|---|
committer | fadhil riyanto <me@fadev.org> | 2024-08-10 17:31:48 +0700 |
commit | a3d1713761e796e1118390477d62df7cc1bc4a2e (patch) | |
tree | 3df42f2fc767b5bca879d5c785bd876138a1658b | |
parent | faafa5e99082aa4c402161e4dc31a8d75a7be0a2 (diff) |
ignore cmake build output folder
Signed-off-by: fadhil riyanto <me@fadev.org>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,3 +24,6 @@ out/ # MacOS dependecies .DS_Store + +# CMake build folder +build/ |