.gitignore 775 B

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