mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
44c88cc645
Removes the herb .gitignore previously removed in 7fab8be0dc
, replacing
its contents with a cross-project ignore of Nix's 'result' symlink
artifact in the root .gitignore.
Moves some entries from the Vere .gitignore into the root file, as it
seems they can safely be assumed to be undesirable everywhere.
Also cleans up the root .gitignore, removing duplicate entries,
superfluous patterns, etc.
15 lines
119 B
Plaintext
15 lines
119 B
Plaintext
#
|
|
# Configuration Result
|
|
#
|
|
/config.mk
|
|
include/config.h
|
|
#
|
|
# Build Outputs
|
|
#
|
|
*.o
|
|
/build/*
|
|
#
|
|
# Editor Bullshit
|
|
#
|
|
cscope.*
|