From f92059bee1892a5358b3e9a9d0b5065cae1d1cc0 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Sat, 20 Oct 2018 11:46:21 -0700 Subject: [PATCH] All: Update .gitignore --- .gitignore | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6fe2e703a..3e6aea460 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,17 @@ -/build -/build-* *.user* *~ *.swp *.pyc + +/build +/build-* + +*.a +*.dylib +*.dll +*.exe +*.o +*.so +CMakeCache.txt +CMakeFiles +version.c