.gitignore 893 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # Compiled source #
  2. ###################
  3. *.com
  4. *.class
  5. *.dll
  6. *.exe
  7. *.o
  8. *.so
  9. *.pyc
  10. .ipynb_checkpoints
  11. *~
  12. *#
  13. build*
  14. *egg-info
  15. dist/*
  16. # Packages #
  17. ###################
  18. # it's better to unpack these files and commit the raw source
  19. # git has its own built in compression methods
  20. *.7z
  21. *.dmg
  22. *.gz
  23. *.iso
  24. *.jar
  25. *.rar
  26. *.tar
  27. *.zip
  28. # Logs and databases #
  29. ######################
  30. *.log
  31. *.sql
  32. *.sqlite
  33. # OS generated files #
  34. ######################
  35. .DS_Store
  36. .DS_Store?
  37. ._*
  38. .Spotlight-V100
  39. .Trashes
  40. ehthumbs.db
  41. Thumbs.db
  42. # Images
  43. ######################
  44. *.jpg
  45. *.gif
  46. *.png
  47. *.svg
  48. *.ico
  49. # Video
  50. ######################
  51. *.wmv
  52. *.mpg
  53. *.mpeg
  54. *.mp4
  55. *.mov
  56. *.flv
  57. *.avi
  58. *.ogv
  59. *.ogg
  60. *.webm
  61. # Audio
  62. ######################
  63. *.wav
  64. *.mp3
  65. *.wma
  66. # Fonts
  67. ######################
  68. Fonts
  69. *.eot
  70. *.ttf
  71. *.woff
  72. # Format
  73. ######################
  74. CPPLINT.cfg
  75. .clang-format
  76. # Gtags
  77. ######################
  78. GPATH
  79. GRTAGS
  80. GSYMS
  81. GTAGS
  82. *.pth