Skip to content

Instantly share code, notes, and snippets.

@santarinto
Created May 27, 2022 14:19
Show Gist options
  • Save santarinto/032c8388502bcceb1e8622091fa38ab7 to your computer and use it in GitHub Desktop.
Save santarinto/032c8388502bcceb1e8622091fa38ab7 to your computer and use it in GitHub Desktop.
gitignore global
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.dll
*.lib
*.sbr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment