mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Compare commits
7 Commits
73e3f1095b
...
987c46abd7
Author | SHA1 | Date | |
---|---|---|---|
|
987c46abd7 | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
15f2ab60cf | ||
|
fb87ab7bc7 | ||
|
234fcf9dd0 |
@ -167,5 +167,8 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
# Ruff stuff:
|
||||||
|
.ruff_cache/
|
||||||
|
|
||||||
# PyPI configuration file
|
# PyPI configuration file
|
||||||
.pypirc
|
.pypirc
|
||||||
|
28
community/CRBasic.gitignore
Normal file
28
community/CRBasic.gitignore
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# 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
|
||||||
|
*_str.[cC][rR][123589B]
|
||||||
|
*_str.[cC]9[xX]
|
||||||
|
*_str.[cC][rR]1[xX]
|
||||||
|
*_str.[cC][rR]300
|
||||||
|
|
||||||
|
# Conditional compilation output files
|
||||||
|
*_CC*.[cC][rR][123589B]
|
||||||
|
*_CC*.[cC]9[xX]
|
||||||
|
*_CC*.[cC][rR]1[xX]
|
||||||
|
*_CC*.[cC][rR]300
|
||||||
|
|
||||||
|
# Binary compiled files (CR200 series)
|
||||||
|
*.bin
|
||||||
|
|
||||||
|
# Encrypted compiled files
|
||||||
|
*_Enc.[cC][rR][123589B]
|
||||||
|
*_Enc.[cC]9[xX]
|
||||||
|
*_Enc.[cC][rR]1[xX]
|
||||||
|
*_Enc.[cC][rR]300
|
Loading…
Reference in New Issue
Block a user