From a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6 Mon Sep 17 00:00:00 2001
From: Jon Smirl <jonsmirl@gmail.com>
Date: Thu, 19 Mar 2009 23:04:18 -0400
Subject: [PATCH] .gitignore for generated files in api_examples directory

Add .gitignore for generated files in api_examples directory

Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
---
 api_examples/.gitignore | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 api_examples/.gitignore

diff --git a/api_examples/.gitignore b/api_examples/.gitignore
new file mode 100644
index 00000000000..272816f70dc
--- /dev/null
+++ b/api_examples/.gitignore
@@ -0,0 +1,7 @@
+crc32.c
+ctype.c
+demo
+demo.bin
+ppcstring.S
+string.c
+vsprintf.c
-- 
GitLab