From: Jon Smirl <[email protected]> .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 <[email protected]> --- 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 + _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

