Created
July 14, 2022 04:28
-
-
Save BrianAker/908c3a1680b5486f96767c09cf4b2fcf to your computer and use it in GitHub Desktop.
Global gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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