diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2020-11-17 23:11:07 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2020-11-17 23:11:07 -0700 |
commit | c4ea62873fec88e7717761f1cce2363d3a3d1777 (patch) | |
tree | 0f5c68cbbca269c717f85b2870a0ebabe01a7849 | |
parent | 3a927d40be45553f76abada0879473bbd6cf6eef (diff) | |
download | stm32l4-c4ea62873fec88e7717761f1cce2363d3a3d1777.tar.gz stm32l4-c4ea62873fec88e7717761f1cce2363d3a3d1777.tar.bz2 stm32l4-c4ea62873fec88e7717761f1cce2363d3a3d1777.zip |
add .gitignore
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..755afa2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Ignore all +* + +# Unignore extensions & directories +!*.* +!*/ + +# Now, binaries are ignored. + +# Ignore output files + +*.o +*.elf +*.a +*/Makefile +*.map +*.tmp +*_obs/ +*/build +*.bin |