From 2b70a8ae02316d4d14c4a514455cdc018dc25c98 Mon Sep 17 00:00:00 2001 From: Devan Carpenter Date: Fri, 29 Jan 2021 14:38:25 +0100 Subject: [PATCH] convert .hgignore to .gitignore used a perl script[0] to convert regexp to glob. [0] https://github.com/devzendo/hgignore-to-gitignore (cherry picked from commit aa4ff2a51212d049256dfda65215133de3f7183a) --- .hgignore => .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename .hgignore => .gitignore (95%) diff --git a/.hgignore b/.gitignore similarity index 95% rename from .hgignore rename to .gitignore index e81e918..602c63b 100644 --- a/.hgignore +++ b/.gitignore @@ -1,4 +1,3 @@ -syntax: glob # ignore all of them @@ -83,10 +82,9 @@ src/local.conf *.iml -syntax: regexp -android/external/[^.]* +android/external/[?]* local.conf src/local.conf # Default ignored files -.idea/ +?idea/