diff options
author | Tim <t4im@users.noreply.github.com> | 2015-09-20 15:19:52 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-09-26 21:28:50 +0200 |
commit | 89e8f3a9182f5ec15b0c43389a516b10a54741d9 (patch) | |
tree | 7d19e5dd9ba08e87e1ad89bf4376d099dcf58d9d /.gitignore | |
parent | 524a7656e3e5cd671b05c13e2ad69cb84bad0423 (diff) | |
download | minetest-89e8f3a9182f5ec15b0c43389a516b10a54741d9.tar.gz minetest-89e8f3a9182f5ec15b0c43389a516b10a54741d9.tar.bz2 minetest-89e8f3a9182f5ec15b0c43389a516b10a54741d9.zip |
Update .gitignore to ignore symlinks to non-static Minetest directories and sort into an editor section
[ci skip]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 42 |
1 files changed, 28 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore index 77b6a2b00..cd6ee3e32 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - |