mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
Create TLA+ gitignore file
https://lamport.azurewebsites.net/tla/tla.html
This commit is contained in:
parent
218a941be9
commit
9fece05647
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…
Reference in New Issue
Block a user