diff options
| author | kartofen <mladenovnasko0@gmail.com> | 2023-06-17 23:42:31 +0300 | 
|---|---|---|
| committer | kartofen <mladenovnasko0@gmail.com> | 2023-06-17 23:42:31 +0300 | 
| commit | bcac686c1bf6a5c1dec2324269e2766babdc0fde (patch) | |
| tree | 6483461015705efa8290a1ab05482a641739c1dd /.gitignore | |
lexer - done
Diffstat (limited to '.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..cbbd0b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin/ +obj/
\ No newline at end of file | 
