Skip to content

Commit 2d5dc70

Browse files
author
Developer
committed
chore: add .gitignore for binaries, build output, and tool artifacts
1 parent b0cb4c7 commit 2d5dc70

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# --- Binaries ---
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
bin/
8+
9+
# --- Test output ---
10+
coverage.out
11+
coverage.html
12+
13+
# --- gstack tool ---
14+
.gstack/
15+
16+
# --- Superpowers tool ---
17+
.superpowers/
18+
19+
# --- OS ---
20+
.DS_Store
21+
Thumbs.db

0 commit comments

Comments
 (0)