Stephen Pratt 19871f5f5f Add Docs/html to Git Ignore
Docs/html holds the files generated by Doxygen.  It should be ignored by
Git.
2014-04-23 11:59:18 -06:00

44 lines
486 B
Plaintext

## Compiled source #
*.com
*.class
*.dll
*.exe
*.ilk
*.o
*.pdb
*.so
## Linux exes have no extension
RecastDemo/Bin/RecastDemo
# Build directory
RecastDemo/Build
# Ignore some meshes based on name
RecastDemo/Bin/Meshes/_*
## Logs and databases #
*.log
*.sql
*.sqlite
## OS generated files #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*.swp
*.swo
## xcode specific
*xcuserdata*
## SDL contrib
RecastDemo/Contrib/SDL/*
## Generated doc files
Docs/html