Skip to content
Snippets Groups Projects
Commit 8f599dbb authored by dam1n19's avatar dam1n19
Browse files

SOC1-167: Updated paths in .gitignore

parent e1af70b8
No related branches found
No related tags found
No related merge requests found
...@@ -8,12 +8,12 @@ ...@@ -8,12 +8,12 @@
/software/*/*.o /software/*/*.o
# Compile Test Code Removal # Compile Test Code Removal
/systems/nanosoc/testcodes/*/*.elf /system/testcodes/*/*.elf
/systems/nanosoc/testcodes/*/*.ELF /system/testcodes/*/*.ELF
/systems/nanosoc/testcodes/*/*.hex /system/testcodes/*/*.hex
/systems/nanosoc/testcodes/*/*.lst /system/testcodes/*/*.lst
/systems/nanosoc/testcodes/*/*.o /system/testcodes/*/*.o
# Bootrom removal # Bootrom removal
/systems/nanosoc/src/bootrom/verilog/* /system/src/bootrom/verilog/*
/systems/nanosoc/src/bootrom/bintxt/* /system/src/bootrom/bintxt/*
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// customised example Cortex-M0 controller DMA230 configuration // NanoSoC customised Cortex-M0 controller DMA230 configuration
// A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license. // A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
// //
// Contributors // Contributors
// //
// David Flynn (d.w.flynn@soton.ac.uk) // David Flynn (d.w.flynn@soton.ac.uk)
// //
// Copyright 2021, SoC Labs (www.soclabs.org) // Copyright 2021, SoC Labs (www.soclabs.org)
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment