On 10/01/2018 08:59 AM, Martin Kletzander wrote:
For people using, for example gtags, this helps make the wordkir clean.

Signed-off-by: Martin Kletzander <[email protected]>
---
  .gitignore | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 7e33c50f233a..d6ec8ac13525 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,8 @@
  ChangeLog
  AUTHORS
+GPATH
+GRTAGS
+GTAGS
  *.[ao]
  *.l[ao]
  *~


IMO these types of things belong in a personal global gitignore. For example in ~/.gitconfig I have

[core]
    excludesfile = ~/bin/config/gitignore

Which ignores things like ctags, cscope, and pycscope output that I use occasionally

Thanks,
Cole

_______________________________________________
Libosinfo mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libosinfo

Reply via email to