build: reorganising top-level .gitignore and add nix ignores

This commit is contained in:
Brendan Hay 2020-10-27 11:59:15 +01:00
parent 016b4a7244
commit 8a830934b1
No known key found for this signature in database
GPG Key ID: 80E915C54A7C457D
3 changed files with 62 additions and 41 deletions

89
.gitignore vendored
View File

@ -1,46 +1,79 @@
# nix symlink artifacts
#
# OSX
.DS_Store
# Editors
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
*.org
.projectile
s/*
cscope.*
# Tags
.tags
.etags
TAGS
GPATH
GRTAGS
GTAGS
# Nix
result
result-*
# common dev piers
#
# Common Piers
/zod
/bus
/nec
/fakezod
# package manager caches
#
.stack-work
# NodeJS
node_modules
# build and release artifacts
#
# Haskell
.stack-work
stack.yaml.lock
dist-newstyle
.ghc*
# Profiling
*.prof
*.aux
*.hp
*.ps
*.pdf
# Build/Release Artifacts
build/
cross/
release/
dist
/out
/work
dist/
out/
work/
*.o
# landscape dev
#
# Landscape Dev
urbitrc
*-min.js
pkg/interface/link-webext/web-ext-artifacts
# catchall editor and OS stuff
#
.tags
.etags
tags
TAGS
GPATH
GRTAGS
GTAGS
.DS_Store
*.swp
*.swo
\#*\#
s/*
# Certificates
*.pem
*.key
*.secret
*.sec
*.asc
# Archives
*.zip
*.gz
*.tar
*.bzip2
*.xz
# Logs
*.log

1
pkg/hs/.gitignore vendored
View File

@ -1 +0,0 @@
stack.yaml.lock

13
pkg/urbit/.gitignore vendored
View File

@ -1,14 +1,3 @@
#
# Configuration Result
#
/config.mk
include/config.h
#
# Build Outputs
#
*.o
/build/*
#
# Editor Bullshit
#
cscope.*
/include/config.h