[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] .gitignore: ignore GNU Global tags and clang compil
From: |
Alex Bennée |
Subject: |
[Qemu-devel] [PATCH] .gitignore: ignore GNU Global tags and clang compiledb |
Date: |
Wed, 24 Jun 2015 09:50:33 +0100 |
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 <address@hidden>
---
.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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [PATCH] .gitignore: ignore GNU Global tags and clang compiledb,
Alex Bennée <=