Browse Source

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 4 years ago
committed by heck
parent
commit
2b70a8ae02
  1. 6
      .gitignore

6
.hgignore → .gitignore

@ -1,4 +1,3 @@
syntax: glob
# ignore all of them # ignore all of them
@ -83,10 +82,9 @@ src/local.conf
*.iml *.iml
syntax: regexp android/external/[?]*
android/external/[^.]*
local.conf local.conf
src/local.conf src/local.conf
# Default ignored files # Default ignored files
.idea/ ?idea/
Loading…
Cancel
Save