diff options
author | David Barksdale <amatus@amat.us> | 2023-06-03 15:25:16 -0500 |
---|---|---|
committer | David Barksdale <amatus@amat.us> | 2023-06-03 15:25:16 -0500 |
commit | becf89488f569812341ea1a56947ba52a5fa5289 (patch) | |
tree | fdb615b28dcba0f114144d8fc87068ab7d712c30 | |
parent | 205ecba0b630d649c77078e7e9022c3fe7fba7bf (diff) |
GIT ignoring
-rw-r--r-- | KSDK_1.2.0/.gitignore | 11 | ||||
-rw-r--r-- | eagle libraries/.gitignore (renamed from .gitignore) | 0 | ||||
-rw-r--r-- | laser-tag badge/.gitignore | 36 | ||||
-rw-r--r-- | laser-tag software/.gitignore | 11 |
4 files changed, 58 insertions, 0 deletions
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/.gitignore b/eagle libraries/.gitignore index a541034..a541034 100644 --- a/.gitignore +++ b/eagle libraries/.gitignore 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 |