From ddf1b1087a1ccaf528774ec78be096da9ca09092 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Fri, 22 Aug 2014 18:26:32 -0400 Subject: [PATCH] Gitignore updated again --- .gitignore | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index fcf89ce..dedf654 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,14 @@ -bin/vndc -bin/background -bin/foreground -bin/script -bin/sound -bin/default.ttf -bin/*.scr -external/lib/libZero.a +# Prevent object files and backups +*.[oa] +*~ + +# Prevent all asset files. +*.scr +*.ogg +*.jpg +*.png +*.ttf + +# Prevent binary & lib dirs. +bin +external/lib -- 2.39.5