2024-12-16 19:24:18 -08:00
|
|
|
.vscode
|
2023-04-01 19:21:46 -07:00
|
|
|
.idea
|
|
|
|
|
2023-08-19 05:21:28 -07:00
|
|
|
**/build/*
|
2023-04-10 14:55:09 -07:00
|
|
|
.vs
|
2023-06-29 19:54:50 -07:00
|
|
|
|
|
|
|
**/*.gen.*
|
2023-07-24 20:10:10 -07:00
|
|
|
**/gen/gen.hpp
|
|
|
|
**/gen/gen.cpp
|
2023-08-04 13:12:13 -07:00
|
|
|
**/gen/gen.dep.hpp
|
|
|
|
**/gen/gen.dep.cpp
|
|
|
|
**/gen/gen.builder.hpp
|
|
|
|
**/gen/gen.builder.cpp
|
|
|
|
**/gen/gen.scanner.hpp
|
|
|
|
**/gen/gen.scanner.cpp
|
2023-07-15 17:58:55 -07:00
|
|
|
|
2023-07-24 19:19:21 -07:00
|
|
|
gencpp.hpp
|
|
|
|
gencpp.cpp
|
|
|
|
|
2023-10-24 03:00:28 -07:00
|
|
|
**/*.lib
|
|
|
|
**/*.pdb
|
2023-10-24 03:02:07 -07:00
|
|
|
**/*.exe
|
2023-10-24 03:00:28 -07:00
|
|
|
**/*.dll
|
2023-08-22 13:01:50 -07:00
|
|
|
|
2023-10-24 03:00:28 -07:00
|
|
|
release/**
|
2023-08-22 13:01:50 -07:00
|
|
|
|
|
|
|
# Unreal
|
|
|
|
**/Unreal/*.h
|
|
|
|
**/Unreal/*.cpp
|
|
|
|
! **/Unreal/validate.unreal.cpp
|
2024-12-16 18:48:01 -08:00
|
|
|
project/auxiliary/vis_ast/dependencies/temp
|
2023-11-21 17:03:51 -08:00
|
|
|
test/gen/original
|
2024-10-27 17:01:54 -07:00
|
|
|
singleheader/gen/scratch.hpp
|
|
|
|
test/gen/scratch.cpp
|
2024-11-30 20:38:27 -08:00
|
|
|
gen_c_library/gen
|
2024-12-14 04:20:09 -08:00
|
|
|
|
|
|
|
**/*.sln
|
|
|
|
**/*.sln.DotSettings.user
|
|
|
|
**/*.10x
|
2024-12-14 04:20:43 -08:00
|
|
|
**/*.vcxproj
|
2024-12-14 04:20:09 -08:00
|
|
|
**/*.vcxproj.filters
|
|
|
|
**/*.vcxproj.user
|
2024-12-15 19:53:32 -08:00
|
|
|
test/c_library/gen
|
|
|
|
test/cpp_library/gen
|
2024-12-19 06:40:41 -08:00
|
|
|
|
|
|
|
!scripts/helpers/refactor.exe
|