diff options
author | Daniel Jones <daniel@danieljon.es> | 2024-08-29 17:34:49 +1000 |
---|---|---|
committer | Daniel Jones <daniel@danieljon.es> | 2024-08-29 17:34:49 +1000 |
commit | 3aee60f52b146bcfc010afab78331872180ecf64 (patch) | |
tree | a2c04125204bc3744ac20908a4b765ea6a0a3af1 /.gitignore | |
download | cstracker-3aee60f52b146bcfc010afab78331872180ecf64.tar.gz cstracker-3aee60f52b146bcfc010afab78331872180ecf64.zip |
initial GSI implementation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target |