Skip to content
Snippets Groups Projects
Commit 196fa3eb authored by dam1n19's avatar dam1n19
Browse files

Add binary exclusion to gitignore

parent f68c3e62
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@
/software/*/*.hex
/software/*/*.lst
/software/*/*.o
/software/*/*.bin
# Compile Test Code Removal
system/testcodes/*/*.elf
......@@ -13,6 +14,7 @@ system/testcodes/*/*.ELF
system/testcodes/*/*.hex
system/testcodes/*/*.lst
system/testcodes/*/*.o
system/testcodes/*/*.bin
# Bootrom removal
system/src/bootrom/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment