convert .hgignore to .gitignore

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

[0] https://github.com/devzendo/hgignore-to-gitignore
gitignore
Devan Carpenter 2021-01-29 14:38:25 +01:00
parent 68a7e8f842
commit aa4ff2a512
Signed by: dvn
GPG Key ID: E1707CFFD7B85A02
1 changed files with 2 additions and 4 deletions

View File

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