[U-Boot] [PATCH] .gitignore for generated files in api_examples directory

Jon jonsmirl at gmail.com
Fri Mar 20 04:04:18 CET 2009


From: Jon Smirl <jonsmirl at 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 at 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
+



More information about the U-Boot mailing list