12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- ## Executable and side-files
- *.exe
- *.identcache
- *.stat
- /src/*.app
- src/PascalCoinWallet
- src/PascalCoinWalletLazarus
- src/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
|