2022-05-24 18:57:09 +02:00
|
|
|
# gitignore template for CRBasic
|
|
|
|
# website: https://help.campbellsci.com/crbasic/landing/
|
|
|
|
#
|
|
|
|
# Recommended: CRBasic.gitignore
|
|
|
|
|
|
|
|
# Auto-generated table definitions files
|
|
|
|
*.[tT][dD][fF]
|
|
|
|
|
|
|
|
# Compressed source files
|
2022-06-22 19:05:55 +02:00
|
|
|
*_str.[cC][rR][123589B]
|
|
|
|
*_str.[cC]9[xX]
|
|
|
|
*_str.[cC][rR]1[xX]
|
|
|
|
*_str.[cC][rR]300
|
2022-05-24 18:57:09 +02:00
|
|
|
|
|
|
|
# Conditional compilation output files
|
2022-06-22 19:05:55 +02:00
|
|
|
*_CC*.[cC][rR][123589B]
|
|
|
|
*_CC*.[cC]9[xX]
|
|
|
|
*_CC*.[cC][rR]1[xX]
|
|
|
|
*_CC*.[cC][rR]300
|
2022-05-24 18:57:09 +02:00
|
|
|
|
|
|
|
# Binary compiled files (CR200 series)
|
|
|
|
*.bin
|
|
|
|
|
|
|
|
# Encrypted compiled files
|
2022-06-22 19:05:55 +02:00
|
|
|
*_Enc.[cC][rR][123589B]
|
|
|
|
*_Enc.[cC]9[xX]
|
|
|
|
*_Enc.[cC][rR]1[xX]
|
|
|
|
*_Enc.[cC][rR]300
|