From 3e1de6b014ee85b2e2c77058b901feac1b2d55b5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 3 May 2014 17:51:07 -0700 Subject: [PATCH] Add .gitignore. --- .gitignore | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index a289c1bc..abe00083 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,24 @@ # Binaries -\.dll$ -\.exe$ -\.so$ +*.dll +*.exe +*.so # Files generated by Visual Studio -\.aps$ -\.ncb$ -\.sdf$ -\.suo$ -\.user$ +*.aps +*.ncb +*.sdf +*.suo +*.user # Build directories -/Debug.* -/Release.* -/JITDebug.* -/JITRelease.* +Debug +Release +JITDebug +JITRelease # Files generated by Mac OS X Finder -(^|/)\.DS_Store$ +.DS_Store # Files generated by Windows Explorer -(^|/)Desktop\.ini$ -(^|/)Thumbs\.db$ +Desktop.ini +Thumbs.db