Files
integration/.gitignore
2023-10-16 15:08:11 -04:00

37 lines
317 B
Plaintext

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