make a proper .gitignore

add following files to gitignore:
  st
  st.o
  tags
  x.o
This commit is contained in:
randomuser 2022-11-10 13:41:42 +00:00
parent 71551993ee
commit 3b5f0f2ecc
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
st
st.o
tags
x.o