forked from dkfans/keeperfx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (51 loc) · 758 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (51 loc) · 758 Bytes
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
/.local
/bin
/obj
/sdl
/pkg
/gfx
/sfx
/tools/peresec
/tools/png2bestpal
/tools/png2ico
/tools/pngpal2raw
/tools/po2ngdat
/tools/rnctools
/tools/sndbanker
/config/fxdata/*.dat
/config/fxdata/*.fon
.vs/
# Build output directories (build/ itself now holds tracked CMake modules under
# build/cmake/, so ignore only alternative output dirs, not build/).
/build-*/
/out/*
*.cache
.vscode
/libexterns
docs/html
docs/latex
*.o
*.d
*.Tpo
res/keeperfx_icon.ico
.header_checksum
/deps/enet
/deps/enet6
/deps/libcurl
/deps/zlib
/deps/spng
/deps/astronomy
/deps/centijson
/deps/ffmpeg
/deps/openal
/deps/luajit
/deps/miniupnpc
/deps/libnatpmp
/deps/*.tar.gz
/cppcheck.cache
/src/ver_defs.h
keeperfx.log
crash_log.txt
debug.log
.local/
.vscode/compile_and_copy_files.ps1