Skip to content

Commit

Permalink
Update .gitignore for MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
buginator committed Oct 16, 2010
1 parent 1ef4fe7 commit c2368d5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Expand Up @@ -69,6 +69,8 @@ win32/libs/vorbis/*-stamp
win32/libs/vorbis/libvorbis-*/
win32/libs/zlib/*-stamp
win32/libs/zlib/zlib-*/
win32/debug/*
win32/release/*

# Autogenerated files:
*.lex.[ch]
Expand Down Expand Up @@ -184,3 +186,24 @@ tools/qwzm/ui_qwzm.h
/trunk
/newnet
/qt-trunk

#misc (MSVC)
*.orig
*.bak
*.exe
*.obj
*.suo
*.ncb
*.htm
*.mep
*.manifest
*.res
*.idb
*.pdb
*.diff
*.dep
*.user
data/*.dll
data/config/*
data/etc/*
devpkg/*

0 comments on commit c2368d5

Please sign in to comment.