mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Update .gitignore to ignore symlinks to non-static Minetest directories and sort into an editor section
[ci skip]
This commit is contained in:
		
							
								
								
									
										42
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										42
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,29 +1,46 @@
 | 
			
		||||
## Generic ignorable patterns and files
 | 
			
		||||
## Editors and Development environments
 | 
			
		||||
*~
 | 
			
		||||
.*.swp
 | 
			
		||||
.*-swp
 | 
			
		||||
*bak*
 | 
			
		||||
tags
 | 
			
		||||
*.vim
 | 
			
		||||
*.swp
 | 
			
		||||
*.bak*
 | 
			
		||||
*.orig
 | 
			
		||||
*.rej
 | 
			
		||||
# Vim
 | 
			
		||||
*.vim
 | 
			
		||||
# Kate
 | 
			
		||||
.*.kate-swp
 | 
			
		||||
.swp.*
 | 
			
		||||
# KDevelop4
 | 
			
		||||
.kdev4/
 | 
			
		||||
*.kdev4
 | 
			
		||||
# Eclipse (CDT and LDT)
 | 
			
		||||
.project
 | 
			
		||||
.cproject
 | 
			
		||||
.settings/
 | 
			
		||||
.buildpath
 | 
			
		||||
.metadata
 | 
			
		||||
# GNU Global
 | 
			
		||||
tags
 | 
			
		||||
!tags/
 | 
			
		||||
gtags.files
 | 
			
		||||
 | 
			
		||||
## Files related to minetest development cycle
 | 
			
		||||
/*.patch
 | 
			
		||||
# GNU Patch reject file
 | 
			
		||||
*.rej
 | 
			
		||||
 | 
			
		||||
## Non-static Minetest directories
 | 
			
		||||
## Non-static Minetest directories or symlinks to these
 | 
			
		||||
/bin/
 | 
			
		||||
/games/*
 | 
			
		||||
!/games/minimal/
 | 
			
		||||
/cache/
 | 
			
		||||
/cache
 | 
			
		||||
/textures/*
 | 
			
		||||
!/textures/base/
 | 
			
		||||
/sounds/
 | 
			
		||||
/screenshots
 | 
			
		||||
/sounds
 | 
			
		||||
/mods/*
 | 
			
		||||
!/mods/minetest/
 | 
			
		||||
/mods/minetest/*
 | 
			
		||||
!/mods/minetest/mods_here.txt
 | 
			
		||||
/worlds/
 | 
			
		||||
/worlds
 | 
			
		||||
/world/
 | 
			
		||||
 | 
			
		||||
## Configuration/log files
 | 
			
		||||
@@ -50,9 +67,7 @@ src/cmake_config_githash.h
 | 
			
		||||
src/lua/build/
 | 
			
		||||
locale/
 | 
			
		||||
.directory
 | 
			
		||||
.kdev4/
 | 
			
		||||
*.cbp
 | 
			
		||||
*.kdev4
 | 
			
		||||
*.layout
 | 
			
		||||
*.o
 | 
			
		||||
*.a
 | 
			
		||||
@@ -70,4 +85,3 @@ build/android/path.cfg
 | 
			
		||||
build/android/and_env
 | 
			
		||||
build/android/AndroidManifest.xml
 | 
			
		||||
timestamp
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user