urbit/.gitignore
Joe Bryan 54d476ba0f Merge branch 'jb/rc' into release/next-vere
* jb/rc: (86 commits)
  kh: improve code style
  compat: minor refactoring
  compat: add m1brew
  kh: don't error during key validation
  kh: improve naming and code style
  compat: mingw: fix dependency patch path
  king: add crud event to jael
  king: fix noun derivation
  compat: mingw: put downloaded dependencies under $NIX_STORE (default to pkg/build so that git ignores them)
  compat: mingw: add seh_handler_decorator comments, move SEH handler to compat/mingw/seh_handler.c
  tests, aqua: update  for recent changes
  vere: update argon2u dependency to urbit/argon2@a4c1e3f7
  compat: fix missing newlines at end of file
  vere: ignore more intermediate build files
  dawn: better multikey format
  vere: mingw: fix seh_handler_decorator.mk
  kh: support multikeyfiles
  kh: expose to/fromNoun template logic separately
  vere: mingw: get rid of libsigsegv
  vere: mingw: bump curl version and get rid of CURLOPT_SSL_CTX_FUNCTION typecheck warning
  ...
2021-09-02 12:44:05 -04:00

82 lines
599 B
Plaintext

# OSX
.DS_Store
# Editors
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
*.org
.projectile
s/*
cscope.*
# Tags
.tags
.etags
TAGS
GPATH
GRTAGS
GTAGS
# Nix
result
result-*
# Common Piers
/zod
/bus
/nec
/fakezod
# NodeJS
node_modules
.eslintcache
# Haskell
.stack-work
stack.yaml.lock
dist-newstyle
.ghc*
# Profiling
*.prof
*.aux
*.hp
*.ps
*.pdf
# Build/Release Artifacts
build/
cross/
release/
dist/
out/
work/
pkg/*/*.a
*.o
# Landscape Dev
urbitrc
*-min.js
pkg/interface/link-webext/web-ext-artifacts
# Certificates
*.pem
*.key
*.secret
*.sec
*.asc
# Archives
*.zip
*.gz
*.tar
*.bzip2
*.xz
# Logs
*.log