.gitignore 253 B

12345678910111213141516
  1. ## Here, we actually want to include binaries, otherwise uncomment the block below
  2. # do not consider anything
  3. # *
  4. # except for files and directories (exludes executables)
  5. # !*.*
  6. # !*/
  7. # exclude with the following exclusions
  8. *.m~
  9. *.DS_Store
  10. *._*
  11. *~*