Make case-insensitive
This commit is contained in:
parent
45236d16ef
commit
256d85d2c7
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Office temporary files
|
||||
~$*
|
||||
|
||||
# Access database lock files
|
||||
*.laccdb
|
||||
*.ldb
|
||||
# Access database lock files (laccdb, ldb)
|
||||
*.[lL][aA][cC][cC][dD][bB]
|
||||
*.[lL][dD][bB]
|
||||
|
||||
# The following sections constitute a list of Office file extensions that support VBA.
|
||||
# If you want to exclude Office files from your repo, uncomment the corresponding file extensions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue