2010-02-17 20:03:30 -07:00
|
|
|
# linux backup files
|
|
|
|
*~
|
|
|
|
|
2015-11-29 16:39:48 -07:00
|
|
|
#Kdevelop project files
|
2011-07-16 01:26:56 -06:00
|
|
|
*.kdev4
|
2015-11-29 16:39:48 -07:00
|
|
|
.kdev4
|
2010-02-17 20:03:30 -07:00
|
|
|
|
|
|
|
# any build folders
|
|
|
|
build*/
|
2011-07-16 01:26:56 -06:00
|
|
|
nix
|
|
|
|
buntu
|
|
|
|
build/VC2010
|
2010-02-17 20:03:30 -07:00
|
|
|
|
2015-11-29 16:39:48 -07:00
|
|
|
#except for the real one
|
|
|
|
!build/
|
|
|
|
|
2015-09-22 02:42:15 -06:00
|
|
|
# Sphinx generated documentation
|
2022-07-10 00:01:31 -06:00
|
|
|
docs/changelogs/
|
2015-09-24 00:04:09 -06:00
|
|
|
docs/html/
|
2020-07-15 19:42:43 -06:00
|
|
|
docs/pdf/
|
2022-07-05 13:21:41 -06:00
|
|
|
docs/text/
|
2022-07-10 00:01:31 -06:00
|
|
|
docs/tools/
|
2015-09-22 02:42:15 -06:00
|
|
|
|
2011-04-13 01:43:10 -06:00
|
|
|
# in-place build
|
|
|
|
build/Makefile
|
|
|
|
build/CMakeCache.txt
|
|
|
|
build/cmake_install.cmake
|
|
|
|
build/CMakeFiles
|
2020-07-18 09:54:24 -06:00
|
|
|
build/data
|
2021-08-19 19:30:47 -06:00
|
|
|
build/docs
|
2011-12-24 03:51:58 -07:00
|
|
|
build/lua
|
2011-04-13 01:43:10 -06:00
|
|
|
build/bin
|
2015-11-29 16:39:48 -07:00
|
|
|
build/depends
|
2011-04-13 01:43:10 -06:00
|
|
|
build/library
|
2011-07-12 18:57:37 -06:00
|
|
|
build/plugins
|
2015-11-29 16:39:48 -07:00
|
|
|
build/scripts
|
2012-07-06 05:01:53 -06:00
|
|
|
build/install_manifest.txt
|
2015-11-29 16:39:48 -07:00
|
|
|
build/_CPack_Packages
|
|
|
|
build/dfhack-*.zip
|
|
|
|
build/dfhack-*.bz2
|
2019-02-09 04:40:47 -07:00
|
|
|
build/*ninja*
|
|
|
|
build/compile_commands.json
|
|
|
|
build/dfhack_setarch.txt
|
|
|
|
build/ImportExecutables.cmake
|
2021-08-19 19:30:47 -06:00
|
|
|
build/Testing
|
2010-05-02 20:29:17 -06:00
|
|
|
|
|
|
|
# Python binding binaries
|
2010-05-02 20:36:29 -06:00
|
|
|
*.pyc
|
2011-02-08 06:33:58 -07:00
|
|
|
|
2011-07-12 18:57:37 -06:00
|
|
|
# CPack stuff
|
|
|
|
build/CPack*Config.cmake
|
|
|
|
|
2011-04-13 01:43:10 -06:00
|
|
|
/cmakeall.bat
|
2013-01-02 09:30:06 -07:00
|
|
|
|
2013-03-16 21:10:18 -06:00
|
|
|
# vim files
|
2013-01-02 09:30:06 -07:00
|
|
|
*.swp
|
2013-03-16 21:10:18 -06:00
|
|
|
.vimrc
|
|
|
|
|
2020-04-04 03:40:16 -06:00
|
|
|
# VSCode files
|
|
|
|
.vscode
|
|
|
|
|
2013-03-16 21:10:18 -06:00
|
|
|
# ctags file
|
|
|
|
tags
|
2013-05-06 21:58:21 -06:00
|
|
|
|
|
|
|
# Mac OS X .DS_Store files
|
|
|
|
.DS_Store
|
2016-10-19 08:30:56 -06:00
|
|
|
|
|
|
|
#VS is annoying about this one.
|
|
|
|
/build/win64/DF_PATH.txt
|
|
|
|
/build/win32/DF_PATH.txt
|
2018-07-11 15:57:52 -06:00
|
|
|
/.vs
|
2018-07-18 13:00:40 -06:00
|
|
|
|
2019-02-09 04:40:47 -07:00
|
|
|
# CLion
|
|
|
|
.idea
|
|
|
|
|
2022-04-13 20:53:22 -06:00
|
|
|
# external plugins
|
2018-07-18 13:00:40 -06:00
|
|
|
/plugins/CMakeLists.custom.txt
|