From a6b33db30e8e9ab3a1a9bd43544e999e39dabe07 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Mon, 12 Oct 2020 04:41:55 -0400 Subject: [PATCH] Update gitignore --- .gitignore | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b9cf9f3..ec6e9d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,35 @@ +### + # GitIgnore file for C Language projects. + # See https://git-scm.com/docs/gitignore for documentation. + # + # https://git.brandon-rodriguez.com/other/gitignore + # Version 1.0.1 + ## -# Do not track local environment settings/solution. -.vscode/ -.idea/ + +# Ignore environment settings. .vs/ +.vscode/ +vs/ +vscode/ + + +# Ignore temporary files. +[Tt]emp/ +[Tt]empfiles/ +[Tt]emp_files/ +*.tmp +*.temp # Ignore compiled files. +*.o +*.obj *.out + + +# Ignore logfiles. +[Ll]og/ +[Ll]ogs/ +*.log +*.log.* -- GitLab