Skip to content

Commit 3fca4ad

Browse files
committed
Add Nix build result folder to gitignore
The nix build step creates an output folder called /result. I've added this to the .gitignore file so that git doesn't try to add generated files/binaries to the source tree.
1 parent 6597b09 commit 3fca4ad

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ __pycache__
3434
/.ccls-cache
3535
/.cache
3636

37+
# Nix build output
38+
/result
39+
3740
# root dir run script
3841
/run
3942
/run.cpp

copying.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ _the openage authors_ are:
159159
| Tobias Alam | alamt22 | tobiasal à umich dawt edu |
160160
| Alex Zhuohao He | ZzzhHe | zhuohao dawt he à outlook dawt com |
161161
| David Wever | dmwever | dmwever à crimson dawt ua dawt edu |
162+
| Michael Lynch | mtlynch | git à mtlynch dawt io |
162163

163164
If you're a first-time committer, add yourself to the above list. This is not
164165
just for legal reasons, but also to keep an overview of all those nicknames.

0 commit comments

Comments
 (0)