Skip to content

Commit

Permalink
更新git的忽略文件表.
Browse files Browse the repository at this point in the history
Signed-off-by: Jack <[email protected]>
  • Loading branch information
Jackarain authored and microcai committed Mar 12, 2013
1 parent 45e0a34 commit fc949f3
Showing 1 changed file with 61 additions and 5 deletions.
66 changes: 61 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,66 @@
*.ncb
*.user
*.suo
*.torrent
# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a

.kdev4/
*.kdev4
build/
Debug/
Release/

#Visual Studio files
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
*.sdf
*.opensdf
*.pdb
*.idb
*.res
*.unsuccessfulbuild
*.lastbuildstate
*.tlog
*.intermediate
*.dll
*.exp
*.exe
*.manifest
*.rc
ipch/
obj/
*.resfiles
[Bb]in
Binaries/
VS11.winrt/
!*.vcxproj.*

core
core.*
.*

*.torrent

0 comments on commit fc949f3

Please sign in to comment.