]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - hgignore
Make gitconfig system independent by using m4.
[config/dotfiles.git] / hgignore
1 # Global mercurial ignore file.
2
3 syntax: glob
4
5
6 # Ignore Mac OS X files.
7 .DS_Store
8
9 # Don't track compiled object files and libraries.
10 *.o
11 *.dylib
12
13 # Ignore Vim files.
14 *.swp
15 Session.vim
16
17 # Ignore Python files.
18 *.pyc
19
20 # Ignore git and svn files.
21 .git
22 .svn