urbit/.gitignore
2018-11-10 22:05:28 -05:00

34 lines
335 B
Plaintext

# subrepositories, downloaded pills
/arvo/
/debian/
*.pill
# autoconf
/.MAKEFILE-VERSION
/make.conf
/.make.conf
# intermediate
*.swo
*.swp
*.o
/outside/**/*.a
/outside/re2/obj
# build
/bin/
/vere.pkg
.tags
.etags
GPATH
GTAGS
GRTAGS
# scratch
/zod/
# dependencies
node_modules/
.sass-cache
# OS
.DS_Store
# ??
/inst
cscope.*
TAGS
build/