Browse Source

convert .hgignore to .gitignore

used a perl script[0] to convert regexp to glob.

[0] https://github.com/devzendo/hgignore-to-gitignore
pull/2/head
Devan Carpenter 4 years ago
committed by Hussein Kasem
parent
commit
2892217296
No known key found for this signature in database GPG Key ID: 9E61B9BC790E6B02
  1. 6
      .gitignore

6
.hgignore → .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/
Loading…
Cancel
Save