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" diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..90b516d --- /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/ diff --git a/.hgignore b/.hgignore deleted file mode 100644 index 76c2b48..0000000 --- a/.hgignore +++ /dev/null @@ -1,38 +0,0 @@ -syntax: glob - -# Generated files -configure -autom4te.cache -config.log -config.status -Makefile -*ct-ng* -docs/*ct-ng*.1 -docs/*ct-ng*.1.gz -paths.mk -paths.sh -scripts/crosstool-NG.sh -scripts/saveSample.sh -scripts/showTuple.sh -kconfig/conf -kconfig/?conf -kconfig/**.o -kconfig/**.dep -kconfig/lex.backup -kconfig/lex.zconf.c -kconfig/zconf.hash.c -kconfig/zconf.tab.c -config/configure.in -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/ diff --git a/.hgtags b/.hgtags deleted file mode 100644 index 69220b1..0000000 --- a/.hgtags +++ /dev/null @@ -1,32 +0,0 @@ -1161124240eecdd9985ed8bb1f656f73e11ac7f5 crosstool-ng-1.0.0 -1853cda9d5fcc8f00c1b8825a3cdd35ab186f5a2 crosstool-ng-1.4.1 -1ee5aab4c728e9af94d978c6beb722804ec6445e crosstool-ng-0.1.1 -26c0b9e2925f2517d1e245c2f851195926e55402 crosstool-ng-1.2.4 -29233430562ffa6fa2c6c1231df0a42893ed1a8d crosstool-ng-1.1.2 -2be7232a73ac3fe09d2fb73b9c01678d3b14e577 crosstool-ng-0.2.2 -30c199c6c1d883bce387079c5008f6fc88575ad4 crosstool-ng-1.2.5 -35aaf07763d1e5d0736ca32e307e6c1d6a54947a crosstool-ng-1.1.3 -39b1c755f19bfd5b714ca85cc7640d976dcefdff crosstool-ng-1.4.0 -4150b61102e471c4fbc08f107e863505eff77864 crosstool-ng-1.3.3 -535c6e0a057c64a88b5bba9a3f57f2bbff5657c3 crosstool-ng-1.3.0 -565d6d12f13974dbec80ae83c9af8311d7baa845 crosstool-ng-0.0.1 -5d14c00467ab59eabe9b1066f3d32fb893c2cda3 crosstool-ng-0.2.0 -60e62e0a90e249fc010065838e0c5be96d744af7 crosstool-ng-0.0.5 -696c97af4379cdcdaad1ac14875385cfeee8ca00 crosstool-ng-0.3.1 -6ca745eb9aaa1a91cb3721210749d1105a6b1b81 crosstool-ng-0.2.1 -6d8384a866925ab311d1c096e260512752f22528 crosstool-ng-0.3.2 -6ed7374c84784e677bbfcbb783bc14db619e9205 crosstool-ng-1.3.1 -6f4ad1b466b57c90259f82e4540df21e99a99881 crosstool-ng-1.2.2 -78e3bf9373e2d80c0ffde27f9462b12cfe787eb6 crosstool-ng-1.3.2 -8031c8ac452a2d3e66862f914127831c1dca895e crosstool-ng-1.1.1 -8451e5083069718465430c6fe7b3e0b192f40d75 crosstool-ng-1.2.0 -88cc5f5c0807c349e37d889b4ad58ede4f09ee68 crosstool-ng-0.1.2 -a393e449f6ba3987298a1154ca48b15c8f66f2fa crosstool-ng-0.0.3 -a44f2ee18392a60c6097c32dbd7ad28dc67e28fe crosstool-ng-1.1.0 -a8cd2d0d06bd0a9233c897c165bd8dfc927fa317 crosstool-ng-0.3.0 -b48b98717e16ebb58235c106e048bad729e79bbb crosstool-ng-1.2.1 -b8de3e11c8b49fd290c15e576cd6611db35ab3dd crosstool-ng-1.2.3 -c71b4f4da4b46aa83e6c013208731edfffd249a1 crosstool-ng-0.0.4 -ce34b7cd6509906de6885c084dbef7ddecd603c6 crosstool-ng-1.1.3a -e016efb7036c14f86e1592114e621cfadeaf714c crosstool-ng-0.0.2 -fec15dd785b1ab52e15a350665362c3f58852931 crosstool-ng-0.1.0 diff --git a/config/.gitignore b/config/.gitignore new file mode 100644 index 0000000..b249ba2 --- /dev/null +++ b/config/.gitignore @@ -0,0 +1 @@ +configure.in diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..53f6ef9 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,2 @@ +*ct-ng*.1 +*ct-ng*.1.gz diff --git a/kconfig/.gitignore b/kconfig/.gitignore new file mode 100644 index 0000000..497ea88 --- /dev/null +++ b/kconfig/.gitignore @@ -0,0 +1,8 @@ +conf +?conf +**.o +**.dep +lex.backup +lex.zconf.c +zconf.hash.c +zconf.tab.c diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 0000000..07af16d --- /dev/null +++ b/scripts/.gitignore @@ -0,0 +1,3 @@ +crosstool-NG.sh +saveSample.sh +showTuple.sh -- cgit v0.10.2-6-g49f6