summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-07-12 16:07:20 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-07-12 16:07:20 +0200
commit9acb2d763567919bde0b533a259065bbcf12ce5f (patch)
tree54f74644faf3ef0ecea34b2d8435d539ea834093 /.gitignore
parentf0869aa5bad3e80e9a4a5e6fa40abd1d59a54206 (diff)
Update
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7fb1beb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# Ignore all
+*
+
+# Include the following
+!Makefile
+!.gitignore
+!ina260.c
+!README.md \ No newline at end of file