mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
7 Commits
5c9da5ba63
...
9947d46c32
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9947d46c32 | ||
|
|
84c6914a9b | ||
|
|
5f760225cf | ||
|
|
f963896e65 | ||
|
|
b9ad512a45 | ||
|
|
8431b56bed | ||
|
|
cf6e0a5aaa |
@ -1,2 +1,2 @@
|
||||
*.agdai
|
||||
MAlonzo/**
|
||||
**/MAlonzo/**
|
||||
|
||||
2
Lean.gitignore
Normal file
2
Lean.gitignore
Normal file
@ -0,0 +1,2 @@
|
||||
# cache and other artifacts produced by Lean's Lake build tool
|
||||
.lake/
|
||||
@ -176,13 +176,13 @@ acs-*.bib
|
||||
*.ind
|
||||
|
||||
# minitoc
|
||||
*.maf
|
||||
*.mlf
|
||||
*.mlt
|
||||
*.mtc[0-9]*
|
||||
*.slf[0-9]*
|
||||
*.slt[0-9]*
|
||||
*.stc[0-9]*
|
||||
*.maf*([0-9])
|
||||
*.mlf*([0-9])
|
||||
*.mlt*([0-9])
|
||||
*.mtc*([0-9])
|
||||
*.slf*([0-9])
|
||||
*.slt*([0-9])
|
||||
*.stc*([0-9])
|
||||
|
||||
# minted
|
||||
_minted*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user