]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - gitignore
d24444449342e8c55f638542a1e46dc49fe0252b
[config/dotfiles.git] / gitignore
1 # Global git ignore file.
2
3
4 # Ignore Mac OS X files.
5 .DS_Store
6
7 # Don't track compiled object files and libraries.
8 *.o
9 *.dylib
10
11 # Ignore Vim files.
12 *.swp
13 Session.vim
14
15 # Ignore Python files.
16 *.pyc
17
18 # Ignore mercurial and svn files.
19 .hg
20 .svn