Skip to content

Instantly share code, notes, and snippets.

@hex108
Created July 23, 2019 06:40
Show Gist options
  • Save hex108/c9c87a28592c12206e8f8e354d87b89d to your computer and use it in GitHub Desktop.
Save hex108/c9c87a28592c12206e8f8e354d87b89d to your computer and use it in GitHub Desktop.
# OSX leaves these everywhere on SMB shares
._*
# OSX trash
.DS_Store
# Eclipse files
.classpath
.project
.settings/**
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml
# Vscode files
.vscode
# Emacs save files
*~
\#*\#
.\#*
# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
# cscope-related files
cscope.*
# Mercurial files
**/.hg
**/.hg*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment