shrub/.gitignore
Fang fbbe815996
Remove deprecated paths from gitignore
We're no longer putting the binary into `/bin` (now into `/build` instead),
so we don't need to ignore it anymore.
2018-07-10 02:07:34 +02:00

32 lines
316 B
Plaintext

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