Auto updated from Gerrit 201311060221
[scm/meta/git.git] / .gitignore
1 # Ignore hidden files
2 .*
3 !.gitignore
4
5 # Python
6 *.py[cod]
7
8 # vim
9 *.s[a-w][a-z]
10 *.un~
11 Session.vim
12 .netrwhist
13 *~
14
15 # Ignore exports
16 *.xls
17 *.json
18 *.csv
19
20 # It's better to unpack these files and commit the raw source because
21 # git has its own built in compression methods.
22 *.7z
23 *.jar
24 *.rar
25 *.zip
26 *.gz
27 *.bzip
28 *.bz2
29 *.xz
30 *.lzma
31
32 #packing-only formats
33 *.iso
34 *.tar
35
36 #package management formats
37 *.dmg
38 *.xpi
39 *.gem
40 *.egg
41 *.deb
42 *.rpm