git.nynim.org
/
dotfiles.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
.vimrc: Cleanup plugins, add some new colorschemes
[dotfiles.git]
/
.gitignore_global
1
# Compiled source #
2
###################
3
*.class
4
*.dll
5
*.exe
6
*.o
7
*.so
8
*.pyc
9
10
# Packages #
11
############
12
# it's better to unpack these files and commit the raw source
13
# git has its own built in compression methods
14
*.7z
15
*.dmg
16
*.gz
17
*.iso
18
*.jar
19
*.rar
20
*.tar
21
*.zip
22
23
# Logs and databases #
24
######################
25
*.log
26
*.sql
27
*.sqlite
28
29
# OS generated files #
30
######################
31
.DS_Store*
32
ehthumbs.db
33
Icon?
34
Thumbs.db
35
*.swp
36
tags