readout software for 2 channels [0 and 1] of the tdc-gpx2 board with raspberry pi 3B SPI readout. This code is a fork of the original design by marvin.peter@physik.uni-giessen.de https://github.com/marvin5300/tdc-gpx2_software
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.

100 lines
1.1 KiB

1 year ago
  1. # ---> C++
  2. # Prerequisites
  3. *.d
  4. # Compiled Object files
  5. *.slo
  6. *.lo
  7. *.o
  8. *.obj
  9. # Precompiled Headers
  10. *.gch
  11. *.pch
  12. # Compiled Dynamic libraries
  13. *.so
  14. *.dylib
  15. *.dll
  16. # Fortran module files
  17. *.mod
  18. *.smod
  19. # Compiled Static libraries
  20. *.lai
  21. *.la
  22. *.a
  23. *.lib
  24. # Executables
  25. *.exe
  26. *.out
  27. *.app
  28. # ---> Emacs
  29. # -*- mode: gitignore; -*-
  30. *~
  31. \#*\#
  32. /.emacs.desktop
  33. /.emacs.desktop.lock
  34. *.elc
  35. auto-save-list
  36. tramp
  37. .\#*
  38. # Org-mode
  39. .org-id-locations
  40. *_archive
  41. # flymake-mode
  42. *_flymake.*
  43. # eshell files
  44. /eshell/history
  45. /eshell/lastdir
  46. # elpa packages
  47. /elpa/
  48. # reftex files
  49. *.rel
  50. # AUCTeX auto folder
  51. /auto/
  52. # cask packages
  53. .cask/
  54. dist/
  55. # Flycheck
  56. flycheck_*.el
  57. # server auth directory
  58. /server/
  59. # projectiles files
  60. .projectile
  61. # directory configuration
  62. .dir-locals.el
  63. # network security
  64. /network-security.data
  65. # ---> Linux
  66. *~
  67. # temporary files which can be created if a process still has a handle open of a deleted file
  68. .fuse_hidden*
  69. # KDE directory preferences
  70. .directory
  71. # Linux trash folder which might appear on any partition or disk
  72. .Trash-*
  73. # .nfs files are created when an open file is removed but is still being accessed
  74. .nfs*