You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rdpwrap/.gitignore

42 lines
802 B

# Delphi local files (user-specific info)
*.local
*.identcache
# Delphi history and backups
__history/
*.~*
# Local build output (produced by local builds; not committed)
build/
# Compiled binaries
*.dcu
*.exe
*.dll
*.msi
# MSI local stuff
*.wixobj
*.wixpdb
msi/bin/
msi/obj/
msi_out/
# Staged CI inputs inside msi/ (DLLs and EXEs copied there before WiX runs;
# generated at build time — not source files)
msi/*.dll
msi/*.exe
# C# build outputs
src-csharp/**/bin/
src-csharp/**/obj/
# Staged resource: copied from msi/rdpwrap.ini at build time, not source
src-csharp/RDPWInst/Resources/rdpwrap.ini
src-csharp/RDPWInst/Resources/rdpw32.dll
src-csharp/RDPWInst/Resources/rdpw64.dll
src-csharp/RDPWInst/Resources/license.txt
# C++ build outputs
src-x86-x64-Fusix/Release/
src-x86-x64-Fusix/obj/