Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 91a1e9c

Browse files
committed
gitignore: ignore files in bin/ folder
bin folder is a convenient place to output binaries produced during build. E.g. CLion can do this if asked.
1 parent 8bb625c commit 91a1e9c

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
@@ -33,6 +33,7 @@ build_xc
3333
*~
3434

3535
# build system
36+
bin/
3637
build.*/
3738
extdep/install
3839
extdep/download

0 commit comments

Comments
 (0)