diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-06-17 09:05:21 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-06-17 09:13:11 +0200 |
| commit | 9c09097156dc70315364d27e61daef19b2844139 (patch) | |
| tree | 6829c5a52dde09dab3447f39e9e754c208dbe3f4 /.gitignore | |
| download | ttwhy-9c09097156dc70315364d27e61daef19b2844139.tar.xz ttwhy-9c09097156dc70315364d27e61daef19b2844139.zip | |
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..8a9f1c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Directories +build/* + +# Files +compile_commands.json |
