Add nix gitignore template

This commit is contained in:
Jonathan Ringer 2021-08-03 10:24:36 -07:00
parent 991e760c1c
commit 71d40b91ac
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
1 changed files with 3 additions and 0 deletions

3
community/Nix.gitignore Normal file
View File

@ -0,0 +1,3 @@
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*