diff options
| author | Jez Ng | 2012-07-26 03:53:34 -0700 |
|---|---|---|
| committer | Jez Ng | 2012-07-26 03:56:05 -0700 |
| commit | 492c920082d31749aec5b201802e47d0e90263e7 (patch) | |
| tree | 82e144513936d24a6ab76252bb8696386b5ac285 /.gitignore | |
| parent | e124536b675be48937c373bcf602b11e02ab87f8 (diff) | |
| download | vimium-492c920082d31749aec5b201802e47d0e90263e7.tar.bz2 | |
Git hacking: Set up pre-commit test hook.
Also tweak .gitignore.
To activate the hook, symlink .git/hooks to git_hooks.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +*.un~ +*.swo +*.swp +*.crx background_scripts/completion.js background_scripts/commands.js background_scripts/settings.js |
