]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - .gitignore
576b8e6194c96633713ff13ffe67586db4a78ecd
[dragonblocks_alpha.git] / .gitignore
1 # CMake
2 CMakeLists.txt.user
3 CMakeCache.txt
4 CMakeFiles
5 CMakeScripts
6 Testing
7 Makefile
8 cmake_install.cmake
9 install_manifest.txt
10 compile_commands.json
11 CTestTestfile.cmake
12 _deps
13
14 # Binaries
15 dragonblocks
16 dragonblocks_server
17 dragonblocks_alpha-*.zip
18 dragonblocks_alpha
19
20 # Data
21 client.conf
22 server.conf
23 *.sqlite
24 *.sqlite-journal
25 screenshot-*.png
26
27 # Generated code
28 version.h
29 types.c
30 types.h