Skip to content

Commit aa05058

Browse files
committed
Added gitignore
1 parent ecb40fa commit aa05058

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
conv
2+
splitter
3+
combiner
4+
5+
*.o
6+
7+
.vscode/
8+
build/
9+
inputTiles*/
10+
outputTiles*/
11+
images/
12+
gmon.out
13+
*.pgm
14+
test.txt
15+
.cproject
16+
.project
17+
.idea
18+
*.txt

0 commit comments

Comments
 (0)