update gitignore
This commit is contained in:
parent
57e6f14067
commit
bcd58af132
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -7,16 +7,6 @@ out/
|
||||||
temp/
|
temp/
|
||||||
.vscode/
|
.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
|
## CMake Banned
|
||||||
CMakeLists.txt.user
|
CMakeLists.txt.user
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
|
|
4
CodeGen/BMapBindings/.gitignore
vendored
4
CodeGen/BMapBindings/.gitignore
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
# ===== Result =====
|
||||||
|
dest/*
|
||||||
|
!dest/*.gitkeep
|
||||||
|
|
||||||
# ===== Antlr =====
|
# ===== Antlr =====
|
||||||
*.interp
|
*.interp
|
||||||
*.tokens
|
*.tokens
|
||||||
|
|
4
CodeGen/EnumsMigration/.gitignore
vendored
4
CodeGen/EnumsMigration/.gitignore
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
# ===== Result =====
|
||||||
|
dest/*
|
||||||
|
!dest/*.gitkeep
|
||||||
|
|
||||||
# Antlr output
|
# Antlr output
|
||||||
*.interp
|
*.interp
|
||||||
*.tokens
|
*.tokens
|
||||||
|
|
3
CodeGen/VectorGen/.gitignore
vendored
Normal file
3
CodeGen/VectorGen/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Result
|
||||||
|
|
||||||
|
*.hpp
|
5
Tools/.gitignore
vendored
Normal file
5
Tools/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Result
|
||||||
|
|
||||||
|
*.bin
|
||||||
|
*.obj
|
||||||
|
*.mtl
|
Loading…
Reference in New Issue
Block a user