Aria

A low-level systems programming language
git clone git://git.m21c.me/Aria.git
Log | Files | Refs | LICENSE

commit df1c9223c123a87119428b6eff480bb730c5cc25
parent 73f33d1132a091c80184a4a75181cf1255b9e932
Author: m21c  <ho*******@gmail.com>
Date:   Thu,  2 Feb 2023 05:18:26 +0100

additions to .gitignore file

Diffstat:
M.gitignore | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,6 +1,7 @@ .oldcode/* .vscode/* .kdev4/* +.cache/* bin/* spec/* test/* @@ -16,4 +17,6 @@ cscope.* *.exe *.kdev4 *.kate-swp -*.json -\ No newline at end of file +*.json +*.out +*.swp +\ No newline at end of file