Files
integration/.gitignore
2023-10-16 14:19:49 -04:00

32 lines
271 B
Plaintext

a.out
gprof.out
gmon.out
.vsconfig
*~
\#*#
.#*
*.obj
*.o
*.dll
*.exe
*.pdb
*.so
*.a
*.lib
*.ilk
*.exp
*.pdb
*.sln
*.vcproj
Source/Integration/lpx-*.hpp
Source/Integration/lpx-*.cpp
.vscode/**
Saved/**
Platforms/**
Intermediate/**
DerivedDataCache/**
Binaries/**
.vs/**