1
0
mirror of https://github.com/github/gitignore synced 2025-02-16 23:54:13 +01:00
gitignore/TLA+.gitignore
2021-01-04 11:12:35 -08:00

25 lines
385 B
Plaintext

## Blacklist all files
*
## Whitelist TLA+ files
!*.tla
## Whitelist TLC model config and results
!*.cfg
!*.out ## Usually .out files are small
## Whitelist Toolbox model metadata
!*.launch
## Whitelist Toolbox spec metadata
!.project
!*.prefs
## Whitelist all folders
!*/
## Blacklist TLAPS cache folder
## See https://github.com/tlaplus/tlapm/issues/16
__tlacache__
.tlacache