Although you can't currently generate global tags via the make system
it is worth suppressing them in .gitignore so they don't get
accidentally included. Also the clang compile database can be ignored as
this should always be generated from your current make invocation.

Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index aed0e1f..92bbcd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -102,4 +102,9 @@
 cscope.*
 tags
 TAGS
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+compile_commands.json
 *~
-- 
2.4.3


Reply via email to