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 aa4ff2a512)
JNI-101 Release_2.1.5
Devan Carpenter 2 years ago committed by heck
parent 1f854775cb
commit 2b70a8ae02

@ -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/
Loading…
Cancel
Save