From f4c5a4a625b0aad7d850c114ca6111d880dc487a Mon Sep 17 00:00:00 2001 From: Andrzej Kotulski Date: Wed, 3 Feb 2016 08:08:12 -0800 Subject: [PATCH] Don't ignore .o.* files generated by infer -fd -- clang Summary: public These files are not supposed to be kept around - while it's convenient to not see them, they are polluting infer directory and hard to get rid of. Reviewed By: martinoluca Differential Revision: D2895610 fb-gh-sync-id: c12a333 --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 067f17872..4ab623a09 100644 --- a/.gitignore +++ b/.gitignore @@ -55,10 +55,6 @@ org.eclipse.core.resources.prefs .DS_Store # Directories and files generated by Infer -*.o.astlog -*.o.sh -*.o.bdump -*.o.biniou infer-sources.tar.gz infer-osx-*.tar.xz infer-linux64-*.tar.xz