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.

104 lines
1.1 KiB

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