]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - gitignore
Add setup support.
[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