Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index ede5858c69b1fac2bd1f5487502710640aa4dc06..23345537aad209e2808d16dee91252dd5410b6ca 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -24,6 +24,14 @@ |
| /git_bin |
| /svn_bin |
| +# Ignore ctags/cscope index files |
| +/TAGS |
| +/cscope.files |
| +/cscope.in.out |
| +/cscope.out |
| +/cscope.po.out |
| +/tags |
| + |
| # Ignore unittest related files. |
| /testing_support/_rietveld |
| /tests/git-svn-submodule/ |