graphics

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e74225fee0bbb1bef6cc650b72e13c8473375417
parent 0067982d791c359f357692bc2057c9d3fe593c95
Author: Brian Swetland <swetland@frotz.net>
Date:   Sat,  2 Feb 2013 04:52:15 -0800

ignore Release directories and gvim droppings

Diffstat:
M.gitignore | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,3 +1,4 @@ +*~ *.o .*.swp x64 @@ -5,4 +6,5 @@ x64 *.suo *.vcxproj.* Debug +Release *.opensdf \ No newline at end of file