Skip to content

Commit 386c34a

Browse files
authored
chore: simplify internal gitignore (#1424)
1 parent db6ad7f commit 386c34a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

internal/.gitignore

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
go.work
22
go.work.sum
3+
34
*.so
45
*.dylib
56
*.DS_Store
6-
*library.gdextension
77

8-
# Directories
9-
/builds
10-
/webtools
11-
/bin
12-
/tools/publish
13-
/tools/version
8+
_debug_parsed_ast*.json
9+
_temp_output*.h
1410

15-
# Files
16-
cmd/_debug_parsed_ast.json
17-
gdengine/binding/native/_temp_output.h
1811
cmd/buildctl/bin

0 commit comments

Comments
 (0)