.gitignore 703 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ## Executable and side-files
  2. *.exe
  3. *.identcache
  4. *.stat
  5. /src/*.app
  6. src/PascalCoinWallet
  7. src/PascalCoinWalletLazarus
  8. src/PascalCoinWalletExperimental
  9. *.dSYM*
  10. *.dbg
  11. *.res
  12. ## OpenSSL
  13. libeay32.dll
  14. libeay64.dll
  15. libcrypto-1_1-x64.dll
  16. libcrypto-1_1.dll
  17. libcrypto.so.1.1
  18. # Log files
  19. *.log
  20. # Lazarus-related changes
  21. #*.dproj
  22. *.dproj.local
  23. *.lps
  24. *.dcu
  25. lib/
  26. PascalCoinWallet_Icon.ico
  27. #Lazarus backup files
  28. *.bak
  29. backup/
  30. ## Development miner batch file
  31. Run*.bat
  32. ## Bin folders (Unit test projects, etc)
  33. bin/
  34. ## Lazarus macOS files
  35. src/ppas.sh
  36. ## Delphi files
  37. __history/
  38. __recovery/
  39. dunit.ini
  40. *.res
  41. /*.DS_Store
  42. /PIP/*.DS_Store
  43. /PIP/resources/*.DS_Store
  44. /PIP/resources/PIP-0034A/*.DS_Store
  45. /src/*.tvsconfig