mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02:00
Merge 9fece05647
into 524ae7b4c7
This commit is contained in:
commit
73c5f5b63b
1 changed files with 24 additions and 0 deletions
24
TLA+.gitignore
Normal file
24
TLA+.gitignore
Normal file
|
@ -0,0 +1,24 @@
|
|||
## 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
|
Loading…
Add table
Add a link
Reference in a new issue