Skip to content

Commit 6d4c0b7

Browse files
authored
add '*.os' to .gitignore to exclude object files from builds (#486)
1 parent 74db5da commit 6d4c0b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.d
22
*.o
3+
*.os
34

45
/src/chuck
56
/src/core/chuck.output

0 commit comments

Comments
 (0)