Last active
August 29, 2015 14:16
-
-
Save serradura/83a7f65c63f92e36e0f7 to your computer and use it in GitHub Desktop.
Linux 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
######### | |
# Linux # | |
######### | |
*~ | |
# KDE directory preferences | |
.directory | |
# Linux trash folder which might appear on any partition or disk | |
.Trash-* | |
####### | |
# Vim # | |
####### | |
[a-w][a-z] | |
[._]s[a-w][a-z] | |
*.un~ | |
Session.vim | |
.netrwhist | |
*~ | |
######## | |
# Ruby # | |
######## | |
## Environment normalisation: | |
/.bundle/ | |
/vendor/bundle | |
/lib/bundler/man/ | |
# for a library or gem, you might want to ignore these files since the code is | |
# intended to run in multiple environments; otherwise, check them in: | |
# Gemfile.lock | |
# .ruby-version | |
# .ruby-gemset | |
## unless supporting rvm < 1.11.0 or doing something fancy, ignore this: | |
.rvmrc | |
######## | |
# Tags # | |
######## | |
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope | |
TAGS | |
!TAGS/ | |
tags | |
!tags/ | |
gtags.files | |
GTAGS | |
GRTAGS | |
GPATH | |
cscope.files | |
cscope.out | |
cscope.in.out | |
cscope.po.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment