[Android] .gitignore: add .gdb
Thomas Guillem
git at videolan.org
Wed Feb 18 16:24:28 CET 2015
vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Feb 18 16:24:25 2015 +0100| [7f32641c7fa6037266caccfd8b7ba99e99dc2866] | committer: Thomas Guillem
.gitignore: add .gdb
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=7f32641c7fa6037266caccfd8b7ba99e99dc2866
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index de8ca79..8f225f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,9 @@
# Android .so
/android-libs/**/*.so
+# tmp dir used by gdb.sh
+.gdb
+
# Local configuration
local.properties
env.sh
More information about the Android
mailing list