diff options
author | talha <talha@talhaamir.xyz> | 2023-08-30 11:04:00 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2023-08-30 11:04:00 +0500 |
commit | d980dcd2b66e4879989ce18291d044d5a4ffc902 (patch) | |
tree | 4f5fbd30d5152ffd21783eb02976bbaed6e0dd21 /.gitignore |
setting up font-rendering repo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b600514 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +build/ +main +*.exe +.git +.vs +*.ilk +*.obj +*.pdb |