Skip to content

Commit 9d51f3e

Browse files
author
nom
committed
ignore build files
1 parent 310a3ec commit 9d51f3e

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Build output
2+
econtract_api
3+
build/
4+
5+
# Object files
6+
*.o
7+
*.obj
8+
9+
# Debug files
10+
*.dSYM/
11+
*.su
12+
*.idb
13+
*.pdb
14+
15+
# Editor/IDE
16+
.vscode/
17+
.idea/
18+
*.swp
19+
*.swo
20+
*~
21+
22+
# OS generated
23+
.DS_Store
24+
Thumbs.db
25+
26+
# Core dumps
27+
core
28+
*.core
29+
30+
# Logs
31+
*.log

0 commit comments

Comments
 (0)