update gitignore

This commit is contained in:
2023-11-02 20:27:57 +08:00
parent 57e6f14067
commit bcd58af132
6 changed files with 16 additions and 10 deletions
-10
View File
@@ -7,16 +7,6 @@ out/
temp/
.vscode/
CodeGen/*.hpp
CodeGen/*.cpp
CodeGen/EnumsMigration/dest/*.hpp
CodeGen/EnumsMigration/dest/*.cpp
CodeGen/EnumsMigration/dest/*.py
Tools/*.bin
Tools/*.obj
Tools/*.mtl
## CMake Banned
CMakeLists.txt.user
CMakeCache.txt
+4
View File
@@ -1,3 +1,7 @@
# ===== Result =====
dest/*
!dest/*.gitkeep
# ===== Antlr =====
*.interp
*.tokens
+4
View File
@@ -1,3 +1,7 @@
# ===== Result =====
dest/*
!dest/*.gitkeep
# Antlr output
*.interp
*.tokens
+3
View File
@@ -0,0 +1,3 @@
# Result
*.hpp
+5
View File
@@ -0,0 +1,5 @@
# Result
*.bin
*.obj
*.mtl