Skip to content

Instantly share code, notes, and snippets.

@BrianAker
Created July 14, 2022 04:28
Show Gist options
  • Select an option

  • Save BrianAker/908c3a1680b5486f96767c09cf4b2fcf to your computer and use it in GitHub Desktop.

Select an option

Save BrianAker/908c3a1680b5486f96767c09cf4b2fcf to your computer and use it in GitHub Desktop.
Global gitignore
# Add to git:
# git config --global core.excludesfile ~/.gitignore
# VIM: Temperory files
*~
# VIM: Swap-files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
# VIM: Commands :cs, :ctags
tags
cscope.*
# VIM session
Session.vim
# VIM: netrw.vim: Network oriented reading, writing, browsing (eg: ftp scp)
.netrwhist
.DS_Store
.vscode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment