diff options
author | RadAd <adamgates84+github@gmail.com> | 2019-05-24 11:43:35 +1000 |
---|---|---|
committer | RadAd <adamgates84+github@gmail.com> | 2019-05-24 11:43:35 +1000 |
commit | b109b3aa802ba463200eeced0f654f5316549deb (patch) | |
tree | 9e75bcc0211de675667d89c33dff868464288296 /.gitignore | |
download | RadTerminal-b109b3aa802ba463200eeced0f654f5316549deb.tar.gz RadTerminal-b109b3aa802ba463200eeced0f654f5316549deb.zip |
Initial version
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a15991d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +Bin/ +Int/ +.vs/ +*.VC.db +*.vcxproj.user |