Skip to content

Commit

Permalink
Replace .hgignore with .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDS committed May 25, 2014
1 parent 66b97c7 commit 6caa2b8
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .hgignore → .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-*/

0 comments on commit 6caa2b8

Please sign in to comment.