From 36d4a4770eb95bc570e5038ff6b16619eeb4590a Mon Sep 17 00:00:00 2001 From: reshke Date: Mon, 21 Oct 2024 06:39:02 +0500 Subject: [PATCH] Create .gitignore file for excluding any binary/executable files (#103) The .gitignore file is copied from pg_bigm. This doesn't contain files generated on Windows development environments for now, but they will be added when anyone using Windows claim it. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..84cd673 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Global excludes across all subdirectories +*.bc +*.o +*.so +regression.* + +# Generated subdirectories +/results/