Closed ruda closed 9 years ago
OK, wait for the next PR, so I will do the append. But set with {} syntax sugar isn't available on Python2.6, so probably I have to find another solution for repetitions.
Don't worry, I can take over the PR.
I already have it done. Closing this in favor of #15 .
Changes from V1 (PR #13 )
By default, ignore filenames that ends with ~, #, .swp, .pyc, .pyo, .o since they are not the proper source code.
If the current directory has the .gitignore file or $GIT_DIR/.config/gitignore or even $HOME/.config/git/ignore, then this file (the first available) is read as a glob pattern and used as the ignore list.