Skip to content
Snippets Groups Projects
Commit feceb2c6 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Update gitignore

parent d5f75229
Branches
No related merge requests found
###
# 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.*
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment