Skip to content

Commit 8ee01e2

Browse files
committed
git: ignore all in output directories
1 parent b21d99c commit 8ee01e2

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,9 @@ __recovery/
9898
*.identcache
9999

100100
# Build output directories
101-
Win32/Debug/
102-
Win32/Release/
103-
Win64/Debug/
104-
Win64/Release/
105-
Win64x/Debug/
106-
Win64x/Release/
101+
Win32/
102+
Win64/
103+
Win64x/
107104

108105
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
109106
*.stat

0 commit comments

Comments
 (0)