mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 12:15:43 +03:00
30 lines
277 B
Plaintext
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.*
|