[mc1322x] [PATCH] Create .gitignore so that files from the build process will not be included in git tree
Jon Smirl
jonsmirl at gmail.com
Wed Oct 21 11:17:05 EDT 2009
Signed-off-by: Jon Smirl <jonsmirl at gmail.com>
---
0 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..65a6460
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*.a
+*.mc1322x
+*.bin
+*.map
+*.png
+*.log
+obj_mc1322x
+symbols.*
+Makefile.target
+
diff --git a/doc/html/.gitignore b/doc/html/.gitignore
new file mode 100644
index 0000000..041c308
--- /dev/null
+++ b/doc/html/.gitignore
@@ -0,0 +1,8 @@
+*.html
+*.gif
+*.css
+*.hhc
+*.hhk
+*.hhp
+*.jpg
+
More information about the mc1322x
mailing list