From b844466e88fcf5a42c9d6d526abb3dcc44f939b5 Mon Sep 17 00:00:00 2001 From: Will Pearson Date: Mon, 10 Jun 2019 18:42:51 +0100 Subject: [PATCH] Ignore files created by linux build --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index e4e2c78f..ea4a9db8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,15 @@ # output from example_test example_test_log_*.txt +# linux +*.a +example_brep/example_brep +example_convert/example_convert +example_read/example_read +example_test/example_test +example_userdata/example_userdata +example_write/example_write + # Xcode # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore