2013-12-12 01:33:01 +00:00

20 lines
221 B
Plaintext

# Put files/directories that should be ignored in this file.
# Lines that start with '# ' are comments.
# gitignore
\.gitignore
# emacs
*~
# vim
*.sw[a-z]
# subversion
*/.svn/*
# tests
*/test/*
\.travis.yml
Rakefile