Skip to content

Commit c917a83

Browse files
committed
update gitignore PATHs
1 parent afb3ca5 commit c917a83

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.gitignore

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
*.d
55

66
# Generated files
7-
Core/license.h
8-
Core/bootrom.h
7+
shared/license.h
8+
shared/bootrom.h
99

1010
# External dependencies (downloaded at build time)
1111
external/sdl/
1212

13-
MacOS/release/
14-
MacOS/debug/
15-
MacOS/build/
13+
macos/release/
14+
macos/debug/
1615

17-
Windows/release/
18-
Windows/debug/
19-
Windows/build/
16+
windows/release/
17+
windows/debug/

0 commit comments

Comments
 (0)