aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2020-11-17 23:11:07 -0700
committerJosh Rahm <joshuarahm@gmail.com>2020-11-17 23:11:07 -0700
commitc4ea62873fec88e7717761f1cce2363d3a3d1777 (patch)
tree0f5c68cbbca269c717f85b2870a0ebabe01a7849
parent3a927d40be45553f76abada0879473bbd6cf6eef (diff)
downloadstm32l4-c4ea62873fec88e7717761f1cce2363d3a3d1777.tar.gz
stm32l4-c4ea62873fec88e7717761f1cce2363d3a3d1777.tar.bz2
stm32l4-c4ea62873fec88e7717761f1cce2363d3a3d1777.zip
add .gitignore
-rw-r--r--.gitignore20
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