.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. #########################
  2. # openFrameworks patterns
  3. #########################
  4. # build files
  5. openFrameworks.a
  6. openFrameworksDebug.a
  7. openFrameworksUniversal.a
  8. libs/openFrameworksCompiled/lib/*/*
  9. !libs/openFrameworksCompiled/lib/*/.gitkeep
  10. # apothecary
  11. scripts/apothecary/build
  12. # rule to avoid non-official addons going into git
  13. # see addons/.gitignore
  14. addons/*
  15. # rule to avoid non-official apps going into git
  16. # see apps/.gitignore
  17. apps/*
  18. # also, see example/.gitignore
  19. #########################
  20. # general
  21. #########################
  22. [Bb]uild/
  23. [Oo]bj/
  24. *.o
  25. example/**/[Dd]ebug*/
  26. example/**/[Rr]elease*/
  27. example/**/gcc-debug/
  28. example/**/gcc-release/
  29. example/obj/
  30. example/obj/**
  31. example/bin/
  32. tests/**/[Dd]ebug*/
  33. tests/**/[Rr]elease*/
  34. tests/**/gcc-debug/
  35. tests/**/gcc-release/
  36. *.mode*
  37. *.app/
  38. *.pyc
  39. .svn/
  40. *.log
  41. *.cpp.eep
  42. *.cpp.elf
  43. *.cpp.hex
  44. #########################
  45. # IDE
  46. #########################
  47. # XCode
  48. *.pbxuser
  49. *.perspective
  50. *.perspectivev3
  51. *.mode1v3
  52. *.mode2v3
  53. # XCode 4
  54. xcuserdata
  55. *.xcworkspace
  56. # Code::Blocks
  57. *.depend
  58. *.layout
  59. # Visual Studio
  60. *.sdf
  61. *.opensdf
  62. *.suo
  63. *.pdb
  64. *.ilk
  65. *.aps
  66. ipch/
  67. # Eclipse
  68. .metadata
  69. local.properties
  70. .externalToolBuilders
  71. # Android Studio
  72. .idea
  73. .gradle
  74. gradle
  75. gradlew
  76. gradlew.bat
  77. # QtCreator
  78. *.qbs.user
  79. *.pro.user
  80. *.pri
  81. #########################
  82. # operating system
  83. #########################
  84. # Linux
  85. *~
  86. # KDE
  87. .directory
  88. .AppleDouble
  89. # OSX
  90. .DS_Store
  91. *.swp
  92. *~.nib
  93. # Thumbnails
  94. ._*
  95. # Windows
  96. # Windows image file caches
  97. Thumbs.db
  98. # Folder config file
  99. Desktop.ini
  100. # Android
  101. .csettings
  102. /libs/openFrameworksCompiled/project/android/paths.make
  103. # Android Studio
  104. *.iml
  105. #########################
  106. # miscellaneous
  107. #########################
  108. .mailmap
  109. # ofxMSATensorFlow specific
  110. libs/tensorflow/lib/*
  111. build*
  112. *.so
  113. */bin/example-*
  114. */bin/*/training_data/*
  115. *.ckpt
  116. *.pb
  117. *.data
  118. checkpoint
  119. *.qbs.user.*
  120. *.tar.gz