diff options
author | Jon Smirl <jonsmirl@gmail.com> | 2009-03-19 23:04:18 -0400 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-20 22:37:38 +0100 |
commit | a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6 (patch) | |
tree | 5982994c41599021ba908c5fd1e182787d08dc90 /api_examples | |
parent | 40281a9ca21a6b6d7b996b4d4eeaa19026337231 (diff) |
.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>
Diffstat (limited to 'api_examples')
-rw-r--r-- | api_examples/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
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 |