urbit/.gitignore
2015-10-27 11:57:37 -07:00

30 lines
277 B
Plaintext

# autoconf
/.MAKEFILE-VERSION
/make.conf
/.make.conf
# intermediate
*.swo
*.swp
*.o
/outside/**/*.a
/outside/re2/obj
# build
/bin/urbit
/vere.pkg
.tags
.etags
GPATH
GTAGS
GRTAGS
# scratch
/urb/*/
!/urb/zod/
/zod/
# dependencies
node_modules/
# OS
.DS_Store
# ??
/inst
cscope.*