aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPhil Crosby2012-06-10 01:40:55 -0700
committerPhil Crosby2012-06-10 01:41:46 -0700
commitebc6937136429463963249cc93ce2d499e620542 (patch)
tree9746ce69dcabf217c5c7a862ef6c8d2f2cd25721 /.gitignore
parenteca2d57bc847f22dad9e12fc3f0e40c51f24df02 (diff)
downloadvimium-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--.gitignore3
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