1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00

Refine extension matching

This commit is contained in:
Patrick O'Keeffe 2022-06-22 10:05:55 -07:00
parent fb87ab7bc7
commit 15f2ab60cf

View File

@ -7,13 +7,22 @@
*.[tT][dD][fF] *.[tT][dD][fF]
# Compressed source files # Compressed source files
*_str.[cC][rR]* *_str.[cC][rR][123589B]
*_str.[cC]9[xX]
*_str.[cC][rR]1[xX]
*_str.[cC][rR]300
# Conditional compilation output files # Conditional compilation output files
*_CC*.[cC][rR]* *_CC*.[cC][rR][123589B]
*_CC*.[cC]9[xX]
*_CC*.[cC][rR]1[xX]
*_CC*.[cC][rR]300
# Binary compiled files (CR200 series) # Binary compiled files (CR200 series)
*.bin *.bin
# Encrypted compiled files # Encrypted compiled files
*_Enc.[cC][rR]* *_Enc.[cC][rR][123589B]
*_Enc.[cC]9[xX]
*_Enc.[cC][rR]1[xX]
*_Enc.[cC][rR]300