| rename .hgignore into .gitignore and update the syntax

This commit is contained in:
Alban Nanty
2020-09-23 18:26:31 +08:00
parent d3a3633e22
commit e4eb211dcf
2 changed files with 13 additions and 14 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
.hg
*.php
*.log
; ignore the generated files
BlueBrick.*
config/
de/
es/
fr/
it/
nl/
pt/

View File

@@ -1,14 +0,0 @@
syntax: glob
.hg
*.php
*.log
; ignore the generated files
.\BlueBrick.*
.\config
.\de
.\es
.\fr
.\it
.\nl
.\pt