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

Add binary exclusion to gitignore

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