From b4f0c6657fc9f5051fa88b17bea8cc82876ff2fd Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Sun, 25 May 2014 00:26:01 -0500 Subject: [PATCH] Replace .hgignore with .gitignore. --- .hgignore => .gitignore | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) rename .hgignore => .gitignore (53%) diff --git a/.hgignore b/.gitignore similarity index 53% rename from .hgignore rename to .gitignore index 74486a6..2479b5f 100644 --- a/.hgignore +++ b/.gitignore @@ -1,28 +1,27 @@ # Binaries -\.dll$ -\.dylib$ -\.exe$ -\.so$ +*.dll +*.dylib +*.exe +*.so # Files generated by Visual Studio -\.aps$ -\.ncb$ -\.sdf$ -\.suo$ -\.user$ +*.aps +*.ncb +*.sdf +*.suo +*.user # Build directories -/Debug.* -/Release.* +Debug.*/ +Release.*/ # Files generated by Mac OS X Finder -(^|/)\.DS_Store$ +.DS_Store # Files generated by Windows Explorer -(^|/)Desktop\.ini$ -(^|/)Thumbs\.db$ +[Dd]esktop.ini +[Tt]humbs.db # AMBuild build directories -syntax: glob -build/* +build/ obj-*/