aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPhil Crosby2012-06-11 19:02:55 -0700
committerPhil Crosby2012-06-12 22:00:35 -0700
commitf33de347f0de1448446eac462892addbe7a3c461 (patch)
treea91bb72412d0d74e07a43cea834a3642a6ecdb76 /.gitignore
parenta24a6274b35709002700b3e1d8b2c9ac4376e500 (diff)
downloadvimium-f33de347f0de1448446eac462892addbe7a3c461.tar.bz2
Port link_hints.js to coffeescript
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 353e749d..21f0225f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
background_scripts/completion.js
background_scripts/commands.js
background_scripts/settings.js
+content_scripts/link_hints.js
tests/completion_test.js
tests/test_helper.js
tests/utils_test.js
40'>140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201