mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02:00
Create TLA+ gitignore file
https://lamport.azurewebsites.net/tla/tla.html
This commit is contained in:
parent
218a941be9
commit
9fece05647
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