gitignore/community/CRBasic.gitignore

20 lines
371 B
Plaintext
Raw Normal View History

2022-05-25 00:57:09 +08: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-05-25 03:57:01 +08:00
*_str.[cC][rR]*
2022-05-25 00:57:09 +08:00
# Conditional compilation output files
2022-05-25 03:57:01 +08:00
*_CC*.[cC][rR]*
2022-05-25 00:57:09 +08:00
# Binary compiled files (CR200 series)
*.bin
# Encrypted compiled files
2022-05-25 03:57:01 +08:00
*_Enc.[cC][rR]*