diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-08 15:46:39 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-08 15:52:39 +0700 |
commit | da79599ad5201f4eebd3edaabbe4b33498de448e (patch) | |
tree | 4f026ad0bb2ab643baadf057d8f391dbc4a9568f /.gitignore | |
parent | 67cf9f61e91462eaf8e8caeaa7d0d7d3d9d1f711 (diff) | |
download | blackshades-2.1.0.tar.gz |
Move configuration parsing to Zig 2.1.0
The config file is now read from configuration directories instead of pwd.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2f12ded..21f8acc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ zig-cache/ zig-out/ -config.txt highscore.txt |