diff mbox series

[atusb/fw,v2,1/3] Add .gitignore

Message ID 20220906082104.1338694-1-miquel.raynal@bootlin.com (mailing list archive)
State New, archived
Headers show
Series [atusb/fw,v2,1/3] Add .gitignore | expand

Commit Message

Miquel Raynal Sept. 6, 2022, 8:21 a.m. UTC
Prevent Git from tracking the bunch of generated files.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---

Changes in v2:
* New commit

 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 .gitignore
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6bd4ce6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@ 
+*.d
+*.bin
+*.elf
+*.dfu
+*.hex
+.version
+version.c