]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .gitignore_global
.vim: vim-powerline
[dotfiles.git] / .gitignore_global
1 # Compiled source #
2 ###################
3 *.com
4 *.class
5 *.dll
6 *.exe
7 *.o
8 *.so
9 *.pyc
10
11 # Packages #
12 ############
13 # it's better to unpack these files and commit the raw source
14 # git has its own built in compression methods
15 *.7z
16 *.dmg
17 *.gz
18 *.iso
19 *.jar
20 *.rar
21 *.tar
22 *.zip
23
24 # Logs and databases #
25 ######################
26 *.log
27 *.sql
28 *.sqlite
29
30 # OS generated files #
31 ######################
32 .DS_Store*
33 ehthumbs.db
34 Icon?
35 Thumbs.db
36 *.swp