Replace .hgignore with .gitignore.

This commit is contained in:
David Anderson
2014-05-03 17:50:29 -07:00
parent 55456eaf17
commit 2a2e2e2868

24
.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
# Binaries
\.dll$
\.exe$
\.so$
# Files generated by Visual Studio
\.aps$
\.ncb$
\.sdf$
\.suo$
\.user$
# Build directories
/Debug.*
/Release.*
/JITDebug.*
/JITRelease.*
# Files generated by Mac OS X Finder
(^|/)\.DS_Store$
# Files generated by Windows Explorer
(^|/)Desktop\.ini$
(^|/)Thumbs\.db$