The old Ant build system has been deprecated for a while and new development is focused on Gradle. I also removed a hardcoded string that lint caught and moved the patch files to a subdirectory. I left the JNI files in the root directory.
		
			
				
	
	
		
			87 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			87 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
## Editors and Development environments
 | 
						|
*~
 | 
						|
*.swp
 | 
						|
*.bak*
 | 
						|
*.orig
 | 
						|
# 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 or symlinks to these
 | 
						|
/bin/
 | 
						|
/games/*
 | 
						|
!/games/minimal/
 | 
						|
/cache
 | 
						|
/textures/*
 | 
						|
!/textures/base/
 | 
						|
/screenshots
 | 
						|
/sounds
 | 
						|
/mods/*
 | 
						|
!/mods/minetest/
 | 
						|
/mods/minetest/*
 | 
						|
!/mods/minetest/mods_here.txt
 | 
						|
/worlds
 | 
						|
/world/
 | 
						|
 | 
						|
## Configuration/log files
 | 
						|
minetest.conf
 | 
						|
debug.txt
 | 
						|
 | 
						|
## Doxygen files
 | 
						|
doc/Doxyfile
 | 
						|
doc/html/
 | 
						|
doc/doxygen_*
 | 
						|
 | 
						|
## Build files
 | 
						|
CMakeFiles
 | 
						|
Makefile
 | 
						|
!build/android/Makefile
 | 
						|
cmake_install.cmake
 | 
						|
CMakeCache.txt
 | 
						|
CPackConfig.cmake
 | 
						|
CPackSourceConfig.cmake
 | 
						|
src/android_version.h
 | 
						|
src/android_version_githash.h
 | 
						|
src/cmake_config.h
 | 
						|
src/cmake_config_githash.h
 | 
						|
src/lua/build/
 | 
						|
locale/
 | 
						|
.directory
 | 
						|
*.cbp
 | 
						|
*.layout
 | 
						|
*.o
 | 
						|
*.a
 | 
						|
 | 
						|
## Android build files
 | 
						|
build/android/src/main/assets
 | 
						|
build/android/build
 | 
						|
build/android/deps
 | 
						|
build/android/libs
 | 
						|
build/android/jni/src
 | 
						|
build/android/src/main/jniLibs
 | 
						|
build/android/obj
 | 
						|
build/android/local.properties
 | 
						|
build/android/.gradle
 | 
						|
timestamp
 | 
						|
 |