From 0a3246795b7ec49d6a2de4bebd82810b9b0cd08e Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Thu, 10 Oct 2013 12:08:27 +0300 Subject: Add cscope inverted index files to .gitignore Add files cscope creates for inverted index (when running with -q) to .gitignore. Inverted index enables faster symbol lookup. Reviewed-by: Jakub Hrozek Reviewed-by: Stephen Gallagher Reviewed-by: Simo Sorce (cherry picked from commit ea92ba32cdf14ec163fe09f5acb4a77375884f06) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index de6c573d1..25a197a84 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 -- cgit