use more robust gitignore for core packages

This commit is contained in:
Matthew Kelch
2024-04-06 15:07:58 -04:00
parent d9786c623b
commit 5bf5ef8678
4 changed files with 10 additions and 13 deletions

View File

@@ -1,2 +1,7 @@
/appstate.json
**/.cache/*
# ignore all packages except framework-arduinonordicnrf5
/packages/**/
!/packages/framework-arduinonordicnrf5/
!/packages/framework-arduinonordicnrf5/**

View File

@@ -1,6 +0,0 @@
**/tool-bossac-nordicnrf52/*
**/tool-jlink/*
**/tool-openocd/*
**/tool-scons/*
**/tool-sreccat/*
**/toolchain-gccarmnoneeabi/*

View File

@@ -1,2 +1,7 @@
/appstate.json
**/.cache/*
# ignore all packages except framework-arduinonordicnrf5
/packages/**/
!/packages/framework-arduinonordicnrf5/
!/packages/framework-arduinonordicnrf5/**

View File

@@ -1,7 +0,0 @@
**/tool-bossac-nordicnrf52/*
**/tool-jlink/*
**/tool-nrfjprog/*
**/tool-openocd/*
**/tool-scons/*
**/tool-sreccat/*
**/toolchain-gccarmnoneeabi/*