From 5ed225e4206a867e5b04f263c00518e1cddecf10 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Thu, 4 Aug 2022 22:29:34 -0400 Subject: [PATCH] add .gitignore; --- .gitignore | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..058f479 --- /dev/null +++ b/.gitignore @@ -0,0 +1,63 @@ +# Ignore thumbnails created by windows +Thumbs.db + +# Ignore files build by Visual Studio +*.obj +*.pdb +*.mdb # Mono debug file +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +[Bb]in +[Dd]ebug*/ +*.lib +*.sbr +[Oo]bj*/ +#[Rr]elease*/ +[R]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult* +*.sdf +*.opensdf +*.userprefs +build.mk +*.prv.xml +*.pub.xml +build/ +.vscode/ +package/ + +# Compiled binary files +*.exe +*.dll + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Visual Studio +.vs