Skip to content

Commit c6ba040

Browse files
committed
Extend .gitignore to include bp3 binary, test-, temporary- and default output-files
1 parent 9624cc8 commit c6ba040

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1+
# Top-level .gitignore for Bol Processor repository
2+
# Git will ignore these files and directories
3+
4+
# Finder and OS X metadata files
15
.DS_Store
6+
7+
# bp-binary
8+
bp
9+
bp32
10+
bp64
11+
bpconsole
12+
13+
# temporary files
14+
temp_bolprocessor
15+
16+
# tests-folder
17+
ctests
18+
19+
# default output folder
20+
my_output
21+

0 commit comments

Comments
 (0)