From becf89488f569812341ea1a56947ba52a5fa5289 Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Sat, 3 Jun 2023 15:25:16 -0500 Subject: GIT ignoring --- .gitignore | 36 ------------------------------------ KSDK_1.2.0/.gitignore | 11 +++++++++++ eagle libraries/.gitignore | 36 ++++++++++++++++++++++++++++++++++++ laser-tag badge/.gitignore | 36 ++++++++++++++++++++++++++++++++++++ laser-tag software/.gitignore | 11 +++++++++++ 5 files changed, 94 insertions(+), 36 deletions(-) delete mode 100644 .gitignore create mode 100644 KSDK_1.2.0/.gitignore create mode 100644 eagle libraries/.gitignore create mode 100644 laser-tag badge/.gitignore create mode 100644 laser-tag software/.gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a541034..0000000 --- a/.gitignore +++ /dev/null @@ -1,36 +0,0 @@ -# Ignore list for Eagle, a PCB layout tool - -# Backup files -*.s#? -*.b#? -*.l#? - -# Eagle project file -# It contains a serial number and references to the file structure -# on your computer. -# comment the following line if you want to have your project file included. -eagle.epf - -# CAM files -*.$$$ -*.cmp -*.ly2 -*.l15 -*.sol -*.plc -*.stc -*.sts -*.crc -*.crs - -*.dri -*.drl -*.gpi -*.pls - -*.drd -*.drd.* - -*.info - -*.eps diff --git a/KSDK_1.2.0/.gitignore b/KSDK_1.2.0/.gitignore new file mode 100644 index 0000000..46f42f8 --- /dev/null +++ b/KSDK_1.2.0/.gitignore @@ -0,0 +1,11 @@ +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps diff --git a/eagle libraries/.gitignore b/eagle libraries/.gitignore new file mode 100644 index 0000000..a541034 --- /dev/null +++ b/eagle libraries/.gitignore @@ -0,0 +1,36 @@ +# Ignore list for Eagle, a PCB layout tool + +# Backup files +*.s#? +*.b#? +*.l#? + +# Eagle project file +# It contains a serial number and references to the file structure +# on your computer. +# comment the following line if you want to have your project file included. +eagle.epf + +# CAM files +*.$$$ +*.cmp +*.ly2 +*.l15 +*.sol +*.plc +*.stc +*.sts +*.crc +*.crs + +*.dri +*.drl +*.gpi +*.pls + +*.drd +*.drd.* + +*.info + +*.eps diff --git a/laser-tag badge/.gitignore b/laser-tag badge/.gitignore new file mode 100644 index 0000000..a541034 --- /dev/null +++ b/laser-tag badge/.gitignore @@ -0,0 +1,36 @@ +# Ignore list for Eagle, a PCB layout tool + +# Backup files +*.s#? +*.b#? +*.l#? + +# Eagle project file +# It contains a serial number and references to the file structure +# on your computer. +# comment the following line if you want to have your project file included. +eagle.epf + +# CAM files +*.$$$ +*.cmp +*.ly2 +*.l15 +*.sol +*.plc +*.stc +*.sts +*.crc +*.crs + +*.dri +*.drl +*.gpi +*.pls + +*.drd +*.drd.* + +*.info + +*.eps diff --git a/laser-tag software/.gitignore b/laser-tag software/.gitignore new file mode 100644 index 0000000..46f42f8 --- /dev/null +++ b/laser-tag software/.gitignore @@ -0,0 +1,11 @@ +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps -- cgit v1.2.3-18-g5258