mirror of
				https://github.com/sbrl/Minetest-WorldEditAdditions
				synced 2025-11-04 05:53:07 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			61 lines
		
	
	
		
			800 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			800 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Created by https://www.toptal.com/developers/gitignore/api/git
 | 
						|
# Edit at https://www.toptal.com/developers/gitignore?templates=git
 | 
						|
 | 
						|
### Git ###
 | 
						|
# Created by git for backups. To disable backups in Git:
 | 
						|
# $ git config --global mergetool.keepBackup false
 | 
						|
*.orig
 | 
						|
 | 
						|
# Created by git when using merge tools for conflicts
 | 
						|
*.BACKUP.*
 | 
						|
*.BASE.*
 | 
						|
*.LOCAL.*
 | 
						|
*.REMOTE.*
 | 
						|
*_BACKUP_*.txt
 | 
						|
*_BASE_*.txt
 | 
						|
*_LOCAL_*.txt
 | 
						|
*_REMOTE_*.txt
 | 
						|
 | 
						|
# End of https://www.toptal.com/developers/gitignore/api/git
 | 
						|
 | 
						|
# Compiled Lua sources
 | 
						|
luac.out
 | 
						|
 | 
						|
# luarocks build files
 | 
						|
*.src.rock
 | 
						|
*.zip
 | 
						|
*.tar.gz
 | 
						|
 | 
						|
# Object files
 | 
						|
*.o
 | 
						|
*.os
 | 
						|
*.ko
 | 
						|
*.obj
 | 
						|
*.elf
 | 
						|
 | 
						|
# Precompiled Headers
 | 
						|
*.gch
 | 
						|
*.pch
 | 
						|
 | 
						|
# Libraries
 | 
						|
*.lib
 | 
						|
*.a
 | 
						|
*.la
 | 
						|
*.lo
 | 
						|
*.def
 | 
						|
*.exp
 | 
						|
 | 
						|
# Shared objects (inc. Windows DLLs)
 | 
						|
*.dll
 | 
						|
*.so
 | 
						|
*.so.*
 | 
						|
*.dylib
 | 
						|
 | 
						|
# Executables
 | 
						|
*.exe
 | 
						|
*.out
 | 
						|
*.app
 | 
						|
*.i*86
 | 
						|
*.x86_64
 | 
						|
*.hex
 |