diff mbox

.gitignore: ignore GNU Global tags and clang compiledb

Message ID 1435135833-20016-1-git-send-email-alex.bennee@linaro.org
State New
Headers show

Commit Message

Alex Bennée June 24, 2015, 8:50 a.m. UTC
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.bennee@linaro.org>
---
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox

Patch

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
 *~