From ebc6937136429463963249cc93ce2d499e620542 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sun, 10 Jun 2012 01:40:55 -0700 Subject: Ignore the compiled js files. We'll move these into a separate directory soon. As part of the coffeescript port. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore 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 -- cgit v1.2.3