It's nice to have .gitignore in the tree so that stuff like git status
is useful. The attached patch adds only one entry, but that's all that's
needed for out-of-tree builds. We may extend it later for stuff needed
by in-tree builds.

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 .gitignore


diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d899218
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+autom4te.cache

------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to