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/1/head
Devan Carpenter 4 years ago
parent
commit
aa4ff2a512
No known key found for this signature in database GPG Key ID: E1707CFFD7B85A02
  1. 6
      .gitignore

6
.hgignore → .gitignore

@ -1,4 +1,3 @@
syntax: glob
# ignore all of them # ignore all of them
@ -90,8 +89,7 @@ org.tar.gz
*.iml *.iml
syntax: regexp android/external/[?]*
android/external/[^.]*
# Default ignored files # Default ignored files
.idea/ ?idea/
Loading…
Cancel
Save