.gitignore 928 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # Windows image file caches
  2. Thumbs.db
  3. ehthumbs.db
  4. # Folder config file
  5. Desktop.ini
  6. # Recycle Bin used on file shares
  7. $RECYCLE.BIN/
  8. # Windows Installer files
  9. *.cab
  10. *.msi
  11. *.msm
  12. *.msp
  13. # Windows shortcuts
  14. *.lnk
  15. # =========================
  16. # Operating System Files
  17. # =========================
  18. # OSX
  19. # =========================
  20. .DS_Store
  21. .AppleDouble
  22. .LSOverride
  23. # Thumbnails
  24. ._*
  25. # Files that might appear on external disk
  26. .Spotlight-V100
  27. .Trashes
  28. # Directories potentially created on remote AFP share
  29. .AppleDB
  30. .AppleDesktop
  31. Network Trash Folder
  32. Temporary Items
  33. .apdisk
  34. # Excluded folders #
  35. ####################
  36. Log
  37. TRACKER_PTB/RETINOTOPY/Stimuli/faces/
  38. TRACKER_PTB/RETINOTOPY/Stimuli/walkers/
  39. # File types #
  40. ##############
  41. .synk*
  42. *.syncdb
  43. *._
  44. .DS_Store*
  45. *.bak
  46. *~
  47. TRACKER_PTB/INITIAL_TRAINING_FIX/Experiment/runstim\.asv
  48. *.asv
  49. TRACKER_PTB/RETINOTOPY/Stimuli/Movies/*.mp4
  50. TRACKER_PTB/RETINOTOPY/Stimuli/Movies/*/*.mp4