chore: add shared library artifacts to gitignore and clarify makefile comment for lib build

Add libwren.a and libwrend.a to .gitignore to prevent tracking of static library build outputs, and update the Makefile comment to explain that main.c is excluded from shared library object lists.
This commit is contained in:
Bob Nystrom
2015-01-04 18:02:50 +00:00
parent f1e4871521
commit 1e49dc666a
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -3,9 +3,11 @@ build/
build_xcode/
.sass-cache/
# Built applications.
# Built files at the top level.
wren
wrend
libwren.a
libwrend.a
# XCode user-specific stuff.
xcuserdata/