Update .gitignore: remove leading hyphens and standardize patterns
This commit is contained in:
parent
f576af8f11
commit
3291e52cc6
32
.gitignore
vendored
32
.gitignore
vendored
@ -1,16 +1,16 @@
|
|||||||
/build/
|
/build/
|
||||||
/data/dlls/
|
/data/dlls/
|
||||||
/data/fastfiles/
|
/data/fastfiles/
|
||||||
/releases/
|
/releases/
|
||||||
|
|
||||||
# Ignore Qt Creator user files
|
# Ignore Qt Creator user files
|
||||||
*.pro.user
|
*.pro.user
|
||||||
*.pro.user.*
|
*.pro.user.*
|
||||||
*.qbs.user
|
*.qbs.user
|
||||||
*.qbs.user.*
|
*.qbs.user.*
|
||||||
*.creator.user
|
*.creator.user
|
||||||
*.creator.user.*
|
*.creator.user.*
|
||||||
*.creator.*
|
*.creator.*
|
||||||
*.ps1
|
*.ps1
|
||||||
version.txt
|
version.txt
|
||||||
*.autosave
|
*.autosave
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user