Projektordner für das Team Deutsches Museum (FORUM).
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.

.gitignore 941B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. ###########################
  2. # ignore generated binaries
  3. # but not the data folder
  4. ###########################
  5. /bin/*
  6. !/bin/data/
  7. #########
  8. # general
  9. #########
  10. [Bb]uild/
  11. [Oo]bj/
  12. *.o
  13. [Dd]ebug*/
  14. [Rr]elease*/
  15. *.mode*
  16. *.app/
  17. *.pyc
  18. .svn/
  19. *.log
  20. ########################
  21. # IDE files which should
  22. # be ignored
  23. ########################
  24. # XCode
  25. *.pbxuser
  26. *.plist
  27. *.DS_Store
  28. *.Makefile
  29. Project.xcconfig
  30. /makefile
  31. *.xcodeproj
  32. *.perspective
  33. *.perspectivev3
  34. *.mode1v3
  35. *.mode2v3
  36. # XCode 4
  37. xcuserdata
  38. *.xcworkspace
  39. # Code::Blocks
  40. *.depend
  41. *.layout
  42. # Visual Studio
  43. *.sdf
  44. *.opensdf
  45. *.suo
  46. *.pdb
  47. *.ilk
  48. *.aps
  49. *.make
  50. *.sln
  51. *.vcxproj
  52. *.filters
  53. *.rc
  54. ipch/
  55. # Eclipse
  56. .metadata
  57. local.properties
  58. .externalToolBuilders
  59. ##################
  60. # operating system
  61. ##################
  62. # Linux
  63. *~
  64. # KDE
  65. .directory
  66. .AppleDouble
  67. # OSX
  68. .DS_Store
  69. *.swp
  70. *~.nib
  71. # Thumbnails
  72. ._*
  73. # Windows
  74. # Image file caches
  75. Thumbs.db
  76. # Folder config file
  77. Desktop.ini
  78. # Android
  79. .csettings