diff options
| author | Thomas Voss <thomasvoss@live.com> | 2022-08-27 22:14:05 +0200 |
|---|---|---|
| committer | Thomas Voss <thomasvoss@live.com> | 2022-08-27 22:14:05 +0200 |
| commit | 3793bfc12d603b9f1c9495428c8b1a33f1e32d99 (patch) | |
| tree | 6eef1ab972de3b42703ef725df803bd655af41c5 | |
| parent | ccc88f0d865189821ad7f67ecfac4feec354e607 (diff) | |
Add gitignore
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f146125 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.[ao] +*.so |