forked from DFHack/dfhack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
86 lines (70 loc) · 1.1 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# linux backup files
*~
# Kdevelop project files
*.kdev4
.kdev4
# any build folders
build*/
nix
buntu
#except for the real one
!build/
# Sphinx generated documentation
docs/changelogs/
docs/html/
docs/pdf/
docs/pseudoxml/
docs/tags/
docs/text/
docs/tools/
docs/xml/
# in-place build
build/Makefile
build/CMakeCache.txt
build/cmake_install.cmake
build/CMakeFiles
build/CTestTestfile.cmake
build/DartConfiguration.tcl
build/data
build/docs
build/lua
build/bin
build/depends
build/library
build/package
build/plugins
build/scripts
build/install_manifest.txt
build/_CPack_Packages
build/dfhack-*.zip
build/dfhack-*.bz2
build/*ninja*
build/compile_commands.json
build/dfhack_setarch.txt
build/ImportExecutables.cmake
build/Testing
# Python binding binaries
*.pyc
# CPack stuff
build/CPack*Config.cmake
/cmakeall.bat
# vim files
*.swp
.vimrc
# VSCode files
.vscode
# ctags file
tags
# Mac OS X .DS_Store files
.DS_Store
# VS is annoying about this one.
/build/win64/DF_PATH.txt
/build/win32/DF_PATH.txt
/.vs
# CLion
.idea
# external plugins
/plugins/CMakeLists.custom.txt
# 3rd party downloads
depends/steam
depends/SDL2