urbit/.gitignore

32 lines
305 B
Plaintext
Raw Normal View History

# arvo and pills
/arvo/
urbit.pill
# autoconf
/.MAKEFILE-VERSION
/make.conf
/.make.conf
# intermediate
2015-05-06 23:58:54 +03:00
*.swo
*.swp
2013-09-29 00:21:18 +04:00
*.o
2015-05-29 22:13:01 +03:00
/outside/**/*.a
2014-04-11 04:08:42 +04:00
/outside/re2/obj
# build
/bin/urbit
2014-05-20 02:08:17 +04:00
/vere.pkg
.tags
.etags
GPATH
GTAGS
GRTAGS
# scratch
/zod/
# dependencies
node_modules/
2016-01-12 04:46:01 +03:00
.sass-cache
# OS
.DS_Store
# ??
/inst
cscope.*