diff options
| author | Phil Crosby | 2012-06-10 01:40:55 -0700 |
|---|---|---|
| committer | Phil Crosby | 2012-06-10 01:41:46 -0700 |
| commit | ebc6937136429463963249cc93ce2d499e620542 (patch) | |
| tree | 9746ce69dcabf217c5c7a862ef6c8d2f2cd25721 /.gitignore | |
| parent | eca2d57bc847f22dad9e12fc3f0e40c51f24df02 (diff) | |
| download | vimium-ebc6937136429463963249cc93ce2d499e620542.tar.bz2 | |
Ignore the compiled js files. We'll move these into a separate directory soon.
As part of the coffeescript port.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c1d7fe1e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +background_scripts/completion.js +tests/completion_test.js +tests/test_helper.js |
