From 20576e8095d7226eb3fe4473256724dacc430a23 Mon Sep 17 00:00:00 2001 From: Joseph Julicher Date: Wed, 17 Mar 2021 08:30:07 -0700 Subject: [PATCH] ignoring build artifacts --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..af2ca7b0a --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Ignore build results +[Bb]uild/ +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio cache/options directory +.vs/ + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Ignore certificate files. +*.pem +*.crt