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