summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-11 14:57:58 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-11 14:57:58 +0100
commit4a5405e4b824b9f935f3f398c53fb83b8d07a15c (patch)
tree2ce3069f0c6de9122ed8e5ce3a3e06da95c10227 /.gitignore
parentd03149f4df5c91c16c77d5bda89cdcf724113544 (diff)
Rake task to build website including source dist and binaries.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 96cd2892..06c87dda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,6 @@
*.o
*~
-build
jq
jq.1
@@ -22,4 +21,5 @@ config.log
config.status
autom4te.cache
config.h
-Makefile \ No newline at end of file
+Makefile
+jq-*.tar.gz \ No newline at end of file