diff options
author | stage7 <stage7@stg7.net> | 2022-09-14 22:51:23 +0200 |
---|---|---|
committer | stage7 <stage7@stg7.net> | 2022-09-14 22:51:23 +0200 |
commit | 88784d316dd8f8eb8dbfe5bea117362a45f72b37 (patch) | |
tree | 8d86229143d6f089b5d2baf3b594521b4a3943d4 /.gitignore | |
parent | 007bb5ceed714aa3027fdd74784b9a9d6215a330 (diff) | |
download | openguilion-88784d316dd8f8eb8dbfe5bea117362a45f72b37.tar.gz openguilion-88784d316dd8f8eb8dbfe5bea117362a45f72b37.tar.bz2 openguilion-88784d316dd8f8eb8dbfe5bea117362a45f72b37.zip |
Actual initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f86746b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +openguilion/__pycache__ +openguilion/fonts/helvet.ttf +openguilion/fonts/helvetb.ttf +openguilion/fonts/matisse.ttf + |