diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-07-01 22:00:49 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-03-30 08:20:16 +0200 |
| commit | 2ea85045b88f18ffe63b16422ff80a7767f6c230 (patch) | |
| tree | fc0e785b590b41dcf76f48c00a39c201949c3c47 | |
| download | rts-2ea85045b88f18ffe63b16422ff80a7767f6c230.tar.gz | |
Add .gitignore
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ab84665 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +build/ +build-i386/ +build-win9x/ +build-host/ +.vscode/ +*.code-workspace +cdimg/ |
