mirror of
https://github.com/godotengine/godot-cpp.git
synced 2025-12-31 01:48:45 +03:00
Change gitignore so we get our gen folders
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,7 +1,3 @@
|
||||
# Generated bindings
|
||||
src/gen/
|
||||
include/gen/
|
||||
|
||||
# Misc
|
||||
logs/*
|
||||
|
||||
|
||||
2
include/gen/.gitignore
vendored
Normal file
2
include/gen/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
src/gen/.gitignore
vendored
Normal file
2
src/gen/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user