123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- ## Executable and side-files
- *.exe
- *.identcache
- *.stat
- /src/*.app
- pascalcoin_daemon
- PascalCoinMiner
- PascalCoinWallet
- PascalCoinWalletLazarus
- PascalCoinWalletExperimental
- *.dSYM*
- *.dbg
- *.res
- ## OpenSSL
- libeay32.dll
- libeay64.dll
- #libcrypto-1_1-x64.dll
- libcrypto-1_1.dll
- #libcrypto.so.1.1
- # Log files
- *.log
- # Lazarus-related changes
- #*.dproj
- *.dproj.local
- *.lps
- *.dcu
- lib/
- PascalCoinWallet_Icon.ico
- #Lazarus backup files
- *.bak
- backup/
- ## Development miner batch file
- Run*.bat
- ## Bin folders (Unit test projects, etc)
- bin/
- ## Lazarus macOS files
- src/ppas.sh
- ## Delphi files
- __history/
- __recovery/
- dunit.ini
- *.res
- /*.DS_Store
- /PIP/*.DS_Store
- /PIP/resources/*.DS_Store
- /PIP/resources/PIP-0034A/*.DS_Store
- /src/*.tvsconfig
- src/libssl-1_1.dll
- src/libssl-1_1-x64.dll
- *.rsm
|