summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-12-08 08:16:07 +0100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:25:49 -0400
commit9eef06f0db88461e9efa92c8cac6107200f7b942 (patch)
treea75a921b69b9d81d72c1c16862cbc7008d8fa609 /.gitignore
parentc62dba689bfd7bf5910f0da3b22f8c25c989e7a3 (diff)
Ignore temporary editor/tool files
Change-Id: I78b46ad86edd669a69a2cc569fc4f431c86b9151
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 15 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index f9b6e902c59c..d1a61e2ee293 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,8 @@
# default location for external downloads
/external/tarballs
+/external/android-ndk
+/external/android-sdk-linux
# autoconf generated stuff
/aclocal.m4
@@ -53,6 +55,7 @@
/config_build_lang.mk
/configure
/lo.xcent
+/bin/bffvalidator.sh
/Makefile
/NEWS
/TODO
@@ -78,6 +81,15 @@
.kdev_include_paths
.buckd
.directory
+.cproject
+.project
+.settings
+.eclipsesettingfile
+eclipsesettingfile.xml
+.clang_complete
+.cxx_tags
+.yavide_proj
+.yavide_session
# things below this point are targeted for elimination
@@ -133,10 +145,9 @@ DerivedData
# doxygen output
/docs
+# make dump-deps output
+/lo.png
+
# gdb config
/.gdbinit
/.gdb_history
-
-# eclipse
-.project
-.cproject