From bdf731eead3e62cad636fcf7d362b34ac6f35e1a Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 27 Jun 2014 00:28:53 +0200 Subject: repository: migrate old hg files over to git Signed-off-by: "Yann E. MORIN" --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..90b516d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Generated files +configure +autom4te.cache +config.log +config.status +Makefile +*ct-ng* +!ct-ng.comp +!ct-ng.in +paths.* +config.gen/ +.config +.config.2 + +# Temporaries +.*.swp +build.log +.config.old + +# This is the place where toolchains are built +.build/ +# .. and the legacy location +targets/ -- cgit v1.2.3