diff options
| author | quou <quou@disroot.org> | 2024-12-27 18:52:48 +1100 | 
|---|---|---|
| committer | quou <quou@disroot.org> | 2024-12-27 18:52:48 +1100 | 
| commit | d920e5d62020d751ccaa3491cc66275ade749011 (patch) | |
| tree | e806a95c598e255f9883de98cc350a3b9279d0ce /.gitignore | |
| parent | e8c93463b2ae5114f0c88e768e5625abac9d5a50 (diff) | |
building and running on windows with visual studio
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -2,6 +2,11 @@ tags  *.d  *.o +*.exe +*.vcxproj.user +/msbuild/.vs +/msbuild/obj +/msbuild/bin  /data/  /cfg/libcfg.a  /qstd/libqstd.a |