All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] .gitignore for generated files in api_examples directory
@ 2009-03-20  3:04 Jon
  2009-03-20 21:38 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Jon @ 2009-03-20  3:04 UTC (permalink / raw)
  To: u-boot

From: Jon Smirl <jonsmirl@gmail.com>

.gitignore for generated files in api_examples directory

crc32.c
ctype.c
demo
demo.bin
ppcstring.S
string.c
vsprintf.c

Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
---
 api_examples/.gitignore |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 api_examples/.gitignore

diff --git a/api_examples/.gitignore b/api_examples/.gitignore
new file mode 100644
index 0000000..4f0f31b
--- /dev/null
+++ b/api_examples/.gitignore
@@ -0,0 +1,8 @@
+crc32.c
+ctype.c
+demo
+demo.bin
+ppcstring.S
+string.c
+vsprintf.c
+

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

end of thread, other threads:[~2009-03-20 21:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-20  3:04 [U-Boot] [PATCH] .gitignore for generated files in api_examples directory Jon
2009-03-20 21:38 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.