Add mods/mesetint/mods_here.txt to be installed on RUN_IN_PLACE builds
[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 !mods/mesetint/mods_here.txt
17 worlds/
18 world/
19
20 ## Configuration/log files
21 minetest.conf
22 debug.txt
23
24 ## Build files
25 CMakeFiles/*
26 src/CMakeFiles/*
27 src/Makefile
28 src/cmake_config.h
29 src/cmake_install.cmake
30 src/jthread/CMakeFiles/*
31 src/jthread/Makefile
32 src/jthread/cmake_config.h
33 src/jthread/cmake_install.cmake
34 src/jthread/libjthread.a
35 src/lua/build/
36 src/lua/CMakeFiles/
37 CMakeCache.txt
38 CPackConfig.cmake
39 CPackSourceConfig.cmake
40 Makefile
41 cmake_install.cmake
42 locale/
43