mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
21 lines
232 B
Plaintext
21 lines
232 B
Plaintext
|
# OSX leaves these everywhere on SMB shares
|
||
|
._*
|
||
|
|
||
|
# Eclipse files
|
||
|
.classpath
|
||
|
.project
|
||
|
.settings/**
|
||
|
|
||
|
# Emacs save files
|
||
|
*~
|
||
|
|
||
|
# Vim-related files
|
||
|
[._]*.s[a-w][a-z]
|
||
|
[._]s[a-w][a-z]
|
||
|
*.un~
|
||
|
Session.vim
|
||
|
.netrwhist
|
||
|
|
||
|
# Go test binaries
|
||
|
*.test
|