From b2a8b9c965f0a147de3bfd5a01c539feb572e103 Mon Sep 17 00:00:00 2001 From: Darren VanBuren Date: Tue, 7 Mar 2017 17:16:40 -0800 Subject: [PATCH] Ignore ancient MS project files, and ancient Project Builder files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 78be072..397b77e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ Makefile.POSIX cmake-build-debug build - +*.dsp +*.dsw +*/PB.project +nbproject