Bug 756516 - Ignore .clang_complete files; r=BenWa

DONTBUILD
This commit is contained in:
Ehsan Akhgari 2012-05-18 13:55:58 -04:00
parent 2d069169b5
commit 060fa03e26
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -18,6 +18,7 @@ ID
/configure
/config.cache
/config.log
/.clang_complete
# Empty marker file that's generated when we check out NSS
security/manager/.nss.checkout

View File

@ -17,6 +17,7 @@
^configure$
^config\.cache$
^config\.log$
^\.clang_complete
# Empty marker file that's generated when we check out NSS
^security/manager/\.nss\.checkout$