Compare commits

...

8 Commits

Author SHA1 Message Date
Walter Purcaro
13de1383fe
Merge 71823a71a3 into 84c6914a9b 2026-04-04 09:15:16 +00:00
Devin Dooley
84c6914a9b
Merge pull request #4828 from quantum9Innovation/lean-gitignore
feat: create Lean.gitignore
2026-04-03 17:05:51 -07:00
Ananth Venkatesh
5f760225cf
fix: only match on .lake directory
Co-authored-by: Devin Dooley <dooleydevin@github.com>
2026-04-03 20:04:27 -04:00
Devin Dooley
f963896e65
Merge pull request #4818 from vicgeentor/patch-1
Update Agda.gitignore to exclude MAlonzo directories in any location
2026-04-03 14:15:11 -07:00
Ananth Venkatesh
b9ad512a45
feat: create Lean.gitignore 2026-03-28 21:42:41 -07:00
Vic
8431b56bed
include MAlonzo directories in any location 2026-03-18 14:07:30 +01:00
Walter Purcaro
71823a71a3
Merge branch 'main' into patch-3 2025-09-17 18:34:18 +02:00
Walter Purcaro
256998a92d
Fix macOS rule for Icon file exclusion 2022-07-07 14:59:22 +02:00
3 changed files with 28 additions and 26 deletions

View File

@ -1,2 +1,2 @@
*.agdai
MAlonzo/**
**/MAlonzo/**

View File

@ -1,25 +1,25 @@
# General
.DS_Store
__MACOSX/
.AppleDouble
.LSOverride
Icon[ ]
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# General
.DS_Store
__MACOSX/
.AppleDouble
.LSOverride
Icon[\r]
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

2
Lean.gitignore Normal file
View File

@ -0,0 +1,2 @@
# cache and other artifacts produced by Lean's Lake build tool
.lake/