Browse Source

build: add some ignored files to .gitignore.

legacy
Sam Hocevar sam 12 years ago
parent
commit
f048a0a552
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .gitignore

+ 3
- 0
.gitignore View File

@@ -40,8 +40,11 @@ win32/ipch
win32/*Debug
win32/*Release
win32/*.vcxproj.user
win32/*.opensdf
win32/*.sdf
win32/*.suo
win32/*.log
win32/*.XGD
# Do not exclude anything in contrib; this is currently one level
# more than our current max
!contrib/*


Loading…
Cancel
Save