Add new generated strace files ignored by xlat/.gitignore.

These shouldn't be checked in to the upstream strace git repository,
but they should be in ours!

Change-Id: If950542c25bdeb18b6a565ecb07a434bb8730d9a
diff --git a/xlat/tcxonc_options.h b/xlat/tcxonc_options.h
new file mode 100644
index 0000000..a84f0ef
--- /dev/null
+++ b/xlat/tcxonc_options.h
@@ -0,0 +1,17 @@
+/* Generated by ./xlat/gen.sh from ./xlat/tcxonc_options.in; do not edit. */
+
+static const struct xlat tcxonc_options[] = {
+#if defined(TCOOFF) || (defined(HAVE_DECL_TCOOFF) && HAVE_DECL_TCOOFF)
+	XLAT(TCOOFF),
+#endif
+#if defined(TCOON) || (defined(HAVE_DECL_TCOON) && HAVE_DECL_TCOON)
+	XLAT(TCOON),
+#endif
+#if defined(TCIOFF) || (defined(HAVE_DECL_TCIOFF) && HAVE_DECL_TCIOFF)
+	XLAT(TCIOFF),
+#endif
+#if defined(TCION) || (defined(HAVE_DECL_TCION) && HAVE_DECL_TCION)
+	XLAT(TCION),
+#endif
+	XLAT_END
+};