diff options
author | est31 <MTest31@outlook.com> | 2015-07-01 04:12:55 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-07-01 04:12:55 +0200 |
commit | d75009a75853bd188f132e93165622c5e1315f70 (patch) | |
tree | 6b5985a8c704a5baa0800def7ad28214f92ad799 /.gitignore | |
parent | 9e3e6dc5ec8ea63d65c635fcac0c80e0cd0e666d (diff) | |
download | minetest-d75009a75853bd188f132e93165622c5e1315f70.tar.gz minetest-d75009a75853bd188f132e93165622c5e1315f70.tar.bz2 minetest-d75009a75853bd188f132e93165622c5e1315f70.zip |
Add android tools environment to gitignore
Previously, if you did `make envpaths` (as described in README.android), the new file got listed by git as new file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 238be2676..42cb718a3 100644 --- a/.gitignore +++ b/.gitignore @@ -92,6 +92,7 @@ build/android/jni/src build/android/libs build/android/obj build/android/path.cfg +build/android/and_env build/android/AndroidManifest.xml timestamp |