Skip to content

Commit 6c242f3

Browse files
committed
chore(git): add a test file exclusion to .gitignore
1 parent 1ba5141 commit 6c242f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111
!/Makefile
1212
/Testing/*
1313
.pio/*
14-
.vscode/*
14+
.vscode/*
15+
/test/test_main.cpp
16+
output.txt
17+
error.txt

0 commit comments

Comments
 (0)