commit 12301380a20347fdf46c48af679279ad14e3af91 Author: arookas Date: Sun Dec 6 23:14:07 2015 -0500 Added .gitignore. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d62a700 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# visual studio +*.csproj +*.user +*.sln +*.suo +obj/ +bin/ + +# generated types +generated/ + +# batch files +*.bat + +# testing +test.sun +test.sb