]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .gitignore_global
bin/ack: ack v2.22
[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