Flatten share/ and user/ in the source and for the RUN_IN_PLACE build
[oweals/minetest.git] / .gitignore
1 ## Generic ignorable patterns and files
2 *~
3 .*.swp
4 *bak*
5 tags
6 *.vim
7
8 ## Non-static Minetest directories
9 bin/
10 games/
11 !games/mesetint
12 cache/
13 textures/
14 sounds/
15 mods/
16 worlds/
17 world/
18
19 ## Configuration/log files
20 minetest.conf
21 debug.txt
22
23 ## Build files
24 CMakeFiles/*
25 src/CMakeFiles/*
26 src/Makefile
27 src/cmake_config.h
28 src/cmake_install.cmake
29 src/jthread/CMakeFiles/*
30 src/jthread/Makefile
31 src/jthread/cmake_config.h
32 src/jthread/cmake_install.cmake
33 src/jthread/libjthread.a
34 src/lua/build/
35 src/lua/CMakeFiles/
36 CMakeCache.txt
37 CPackConfig.cmake
38 CPackSourceConfig.cmake
39 Makefile
40 cmake_install.cmake
41 locale/
42