diff options
author | pommicket <pommicket@gmail.com> | 2021-08-14 01:38:09 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-08-14 01:38:09 -0400 |
commit | 82ef8c5f715a92e6e6c1708b5706332066e9edc8 (patch) | |
tree | 3258684e2f2faa8eb7f7e5029c0663d1ec7566e0 /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b7645df --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.so +out.c +dlsub +tags +TAGS +*~ +*.exe +*.ilk +*.lib +*.exp +*.dll |