From 3a507e08b1d4e5970b27401a7e6517570d529400 Mon Sep 17 00:00:00 2001 From: Yasha Jannoo Date: Sun, 15 Sep 2019 12:25:29 +0100 Subject: Update .gitignore Add some static library files generated for Starshatter to gitignore. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 62e4e8f..00c372c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,12 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +# Starshatter project-specific files. Please retain these if you update the rest of this file. +libpng/Debug/libpng.lib +libpng/Release/libpng.lib +zlib/Debug/Zlib.lib +zlib/Release/Zlib.lib + # User-specific files *.rsuser *.suo -- cgit v1.1