Add build/magitek to .hgignore.
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 16 Jan 2017 21:19:45 +0000 |
parents |
5cfeafea0350 |
children |
d69d74b71d8f |
(asdf:defsystem :magitek
:description "Whimsical robots infused with just a hint of magic."
:author "Steve Losh <steve@stevelosh.com>"
:license "MIT/X11"
:version "1.0.0"
:depends-on (:losh
:chirp
:sqlite
:iterate
:chancery
:named-readtables
:cl-arrows)
:serial t
:components ((:module "vendor" :serial t
:components ((:file "quickutils-package")
(:file "quickutils")))
(:file "package")
(:module "src" :serial t
:components ((:file "auth")
(:file "database")
(:module "robots"
:components ((:file "git-commands")))
(:file "main")))))