shadowm

Untitled

Aug 17th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. #
  2. # Paths matching patterns in this file are not considered for
  3. # inclusion by git status, git add, etc. Some patterns are more
  4. # specific by including directory paths in order to avoid
  5. # conflicts with similarly-named versioned files deeper in the
  6. # hierarchy (e.g. wesnoth-debug is the O0 executable produced
  7. # by scons, but data/core/images/maps/wesnoth.png is part of
  8. # the game assets).
  9. #
  10.  
  11. #
  12. # General build output and related files
  13. #
  14.  
  15. /wesnoth*
  16. /wesnothd*
  17. /campaignd*
  18. /cutter*
  19. /exploder*
  20. /test*
  21. /translations/
  22. /locales/
  23. *.exe
  24. *.dll
  25.  
  26. #
  27. # CMake-generated files
  28. #
  29.  
  30. CMakeFiles
  31. CMakeLists.txt.user
  32. CMakeLists.txt.user.1.3
  33. cmake_install.cmake
  34. CPackConfig.cmake
  35. CPackSourceConfig.cmake
  36. uninstall.cmake
  37. Makefile
  38.  
  39. #
  40. # SCons-generated files
  41. #
  42.  
  43. /build/
  44. .scons-option-cache
  45. .sconsign.dblite
  46. .sconf_temp
  47. config.h
  48.  
  49. #
  50. # Visual C++
  51. #
  52.  
  53. ALL_BUILD.vcproj
  54. INSTALL.vcproj
  55. PACKAGE.vcproj
  56. Project.sln
  57. ZERO_CHECK.vcproj
  58. uninstall.vcproj
  59. Project.ncb
  60. Project.suo
  61. *.vcproj.*.user
  62.  
  63. #
  64. # CodeBlocks
  65. #
  66.  
  67. Project.cbp
  68. Project.layout
  69.  
  70. #
  71. # KDevelop
  72. #
  73.  
  74. .kdev_include_paths
  75. .kdev4
  76.  
  77. #
  78. # Eclipse
  79. #
  80.  
  81. .settings
  82. .project
  83. .cproject
  84. revision.h
  85.  
  86. #
  87. # ctags/etags output file
  88. #
  89.  
  90. /tags
  91. /TAGS
  92.  
  93. #
  94. # Other IDE or build system-generated files
  95. #
  96.  
  97. /Lib/
  98. wesnoth.exp
  99. wesnoth.ilk
  100. wesnoth.lib
  101. wesnoth.ncb
  102. wesnoth.opt
  103. wesnoth.plg
  104.  
  105. #
  106. # User data directory on Windows
  107. #
  108.  
  109. /userdata
  110.  
  111. #
  112. # Backup and temporary files, et cetera
  113. #
  114.  
  115. *.swp
Advertisement
Add Comment
Please, Sign In to add comment