From dabd89c86484595a8a44f0ba38b0f28825c72e64 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 5 Apr 2015 19:21:39 -0500 Subject: Bite the bullet and switch over to git. --- .gitignore | 8 ++++++++ .hgignore | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 .gitignore delete mode 100644 .hgignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..22491d95 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +syntax: glob +.config* +change/ +generated/ +kconfig/mconf +kconfig/conf +toybox +toybox_unstripped diff --git a/.hgignore b/.hgignore deleted file mode 100644 index 22491d95..00000000 --- a/.hgignore +++ /dev/null @@ -1,8 +0,0 @@ -syntax: glob -.config* -change/ -generated/ -kconfig/mconf -kconfig/conf -toybox -toybox_unstripped -- cgit v1.2.3