From 9acb2d763567919bde0b533a259065bbcf12ce5f Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 12 Jul 2023 16:07:20 +0200 Subject: Update --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3