nlist: make selected list accessible globally
[waspsaliva.git] / .gitignore
blobb09d37dae9ad927d0669c1fb3471d9c255fa44e2
1 ## Editors and development environments
2 *~
3 *.swp
4 *.bak*
5 *.orig
6 .DS_Store
7 # Vim
8 *.vim
9 # Kate
10 .*.kate-swp
11 .swp.*
12 # KDevelop4
13 .kdev4/
14 *.kdev4
15 # Eclipse (CDT and LDT)
16 .project
17 .cproject
18 .settings/
19 .buildpath
20 .metadata
21 # GNU Global
22 tags
23 !tags/
24 gtags.files
25 .idea
26 # Codelite
27 *.project
28 # Visual Studio Code & plugins
29 .vscode/
30 build/.cmake/
31 # Gradle
32 .gradle
34 ## Files related to Minetest development cycle
35 /*.patch
36 *.diff
37 # GNU Patch reject file
38 *.rej
40 ## Non-static Minetest directories or symlinks to these
41 /bin/
42 /games/*
43 !/games/devtest/
44 /cache
45 /textures/*
46 !/textures/base/
47 /screenshots
48 /sounds
49 /mods/*
50 !/mods/minetest/
51 /mods/minetest/*
52 !/mods/minetest/mods_here.txt
53 /worlds
54 /world/
55 /client/mod_storage/
56 !/clientmods/mods_here.txt
58 ## Configuration/log files
59 minetest.conf
60 debug.txt
61 debug.txt.1
63 ## Other files generated by Minetest
64 screenshot_*.png
65 testbm.txt
67 ## Doxygen files
68 doc/Doxyfile
69 doc/html/
70 doc/doxygen_*
72 ## MkDocs files
73 public/
74 doc/mkdocs/docs/*.md
75 doc/mkdocs/mkdocs.yml
77 ## Build files
78 CMakeFiles
79 Makefile
80 cmake_install.cmake
81 CMakeCache.txt
82 CPackConfig.cmake
83 CPackSourceConfig.cmake
84 src/test_config.h
85 src/cmake_config.h
86 src/cmake_config_githash.h
87 src/unittest/test_world/world.mt
88 src/lua/build/
89 locale/
90 .directory
91 *.cbp
92 *.layout
93 *.o
94 *.a
95 *.ninja
96 .ninja*
97 *.gch
98 *.iml
99 test_config.h
100 cmake-build-debug/
101 cmake-build-release/
102 cmake_config.h
103 cmake_config_githash.h
104 CMakeDoxy*
105 compile_commands.json
106 *.apk
107 *.zip