Quelcode des Partikelsystems Boden
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 930B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. *.xconfig
  30. *.make
  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