aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-07-20 17:38:10 +0200
committerLoïc Hoguin <[email protected]>2011-07-20 17:38:10 +0200
commitfa20273b37255a987e90fc68bea22cd29e404aaf (patch)
tree5dc08993dbfe24b352ae23084b05fd70ba44aa1c /.gitignore
parent293cf33702c8cad471989c1e08ce05323baadaf7 (diff)
downloadcowboy-fa20273b37255a987e90fc68bea22cd29e404aaf.tar.gz
cowboy-fa20273b37255a987e90fc68bea22cd29e404aaf.tar.bz2
cowboy-fa20273b37255a987e90fc68bea22cd29e404aaf.zip
URL decode query strings
Should be good for both GET and POST query strings. This adds https://github.com/klaar/quoted.erl as a dependency. Props to klaar for this code.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 64a028f..7750b23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
.cowboy_dialyzer.plt
.eunit
+deps
doc/*.css
doc/*.html
doc/*.png