Linux IEEE 802.15.4 and 6LoWPAN development
 help / color / mirror / Atom feed
* [PATCH atusb/fw v2 1/3] Add .gitignore
@ 2022-09-06  8:21 Miquel Raynal
  2022-09-06  8:21 ` [PATCH atusb/fw v2 2/3] atusb: fw: Update toolchain instructions Miquel Raynal
  2022-09-06  8:21 ` [PATCH atusb/fw v2 3/3] atusb: fw: Provide TRAC status Miquel Raynal
  0 siblings, 2 replies; 13+ messages in thread
From: Miquel Raynal @ 2022-09-06  8:21 UTC (permalink / raw)
  To: werner
  Cc: Stefan Schmidt, Alexander Aring, Thomas Petazzoni, linux-wpan,
	Miquel Raynal

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 --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
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-10-21 13:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-06  8:21 [PATCH atusb/fw v2 1/3] Add .gitignore Miquel Raynal
2022-09-06  8:21 ` [PATCH atusb/fw v2 2/3] atusb: fw: Update toolchain instructions Miquel Raynal
2022-10-12 17:54   ` Stefan Schmidt
2022-10-15  8:58     ` Miquel Raynal
2022-10-16  1:02       ` Alexander Aring
2022-10-19 19:46         ` Miquel Raynal
2022-10-20 14:17           ` Miquel Raynal
2022-10-20 23:32             ` Alexander Aring
2022-10-21  6:53               ` Miquel Raynal
2022-10-21 12:13                 ` Alexander Aring
2022-10-21 13:33                   ` Miquel Raynal
2022-09-06  8:21 ` [PATCH atusb/fw v2 3/3] atusb: fw: Provide TRAC status Miquel Raynal
2022-10-12 17:57   ` Stefan Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox