Skip to content

Commit 0bea205

Browse files
committed
chore: configure gitignore
- Remove build directories from VCS Signed-off-by: NotKeira <github.rxs06@accounts.keira.boo>
1 parent c5ed82f commit 0bea205

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
cmake-build-debug
1+
cmake-build-debug
2+
3+
# Build directories
4+
build/
5+
cmake-build-*/
6+
out/
7+
bin/
8+
lib/

0 commit comments

Comments
 (0)