diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-06-02 21:56:37 +0200 |
---|---|---|
committer | Bryan Gardiner <bog@khumba.net> | 2024-06-02 18:39:44 -0700 |
commit | e3d08cfa497947235f6fdcd2245552d516aa3ff5 (patch) | |
tree | 3c70b3d533f57517bb47384525ee2ff4593d44ed /.gitignore | |
parent | 350d5fd31d5255b71041858c6a2085d3b1d8daa8 (diff) | |
download | lazygl2srht-e3d08cfa497947235f6fdcd2245552d516aa3ff5.tar.gz |
Add .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e51639 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +*.csv +*-log*.txt |