Add files cscope creates for inverted index (when running with -q) to
.gitignore. Inverted index enables faster symbol lookup.
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index de6c573..25a197a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,8 @@ config.rpath
 config.h
 config.h.in
 cscope.out
+cscope.in.out
+cscope.po.out
 doxy.config
 Makefile
 Makefile.in
-- 
1.8.4.rc3

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to