Compare commits

...

8 Commits

Author SHA1 Message Date
Barion
9ca9accf9d
Merge 1b9c2a6094 into 24b539acec 2026-04-20 18:13:42 +00:00
Devin Dooley
24b539acec
Merge pull request #2807 from lorenzleutgeb/patch-1
Create HOL.gitignore
2026-04-20 09:42:33 -07:00
Devin Dooley
25713eb3a5
Merge pull request #4808 from malheleco/oh-my-opencode
Add gitignore to exclude sisyphus directory files (oh-my-openagent formerly known as oh-my-opencode)
2026-04-20 09:32:49 -07:00
Bernd
5f5a92fcfe
move gitignore template due to PR feedback 2026-04-20 09:11:43 +02:00
Lorenz Leutgeb
b42312254f Create HOL.gitignore 2026-04-18 18:24:37 +02:00
Bernd
a850db9d75
Add gitignore to exclude sisyphus directory files
oh-my-opencode excludes the sisyphus working directory in their own repo, so it seems to be best practice. Also, the directory captures agent/runtime state, so it should not be shared.
2026-03-03 16:51:34 +01:00
Barion
1b9c2a6094
Merge branch 'github:main' into main 2026-03-01 11:16:29 +01:00
Barion
15f4d737fc
Update Unity.gitignore to ignore slnx files 2025-10-08 15:04:35 +02:00
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,2 @@
.sisyphus/*
!.sisyphus/rules/

View File

@ -43,6 +43,7 @@ ExportedObj/
*.csproj
*.unityproj
*.sln
*.slnx
*.suo
*.tmp
*.user

11
community/HOL.gitignore Normal file
View File

@ -0,0 +1,11 @@
*Script
# Holmake generated files
*Theory.sig
*Theory.sml
*.uo
*.ui
# Holmake auxiliary files
.hollogs
.HOLMK