Add .gitignore file
This commit is contained in:
parent
7968594ec6
commit
fa48d98877
|
@ -0,0 +1,52 @@
|
||||||
|
*.gypcmd
|
||||||
|
*.mk
|
||||||
|
*.ncb
|
||||||
|
*.opensdf
|
||||||
|
*.props
|
||||||
|
*.pyc
|
||||||
|
*.rules
|
||||||
|
*.sdf
|
||||||
|
*.sln
|
||||||
|
*.sublime-project
|
||||||
|
*.sublime-workspace
|
||||||
|
*.suo
|
||||||
|
*.targets
|
||||||
|
*.user
|
||||||
|
*.vcproj
|
||||||
|
*.vcxproj
|
||||||
|
*.vcxproj.filters
|
||||||
|
*.vpj
|
||||||
|
*.vpw
|
||||||
|
*.vpwhistu
|
||||||
|
*.vtg
|
||||||
|
*.xcodeproj
|
||||||
|
*.xcworkspace
|
||||||
|
*_proto.xml
|
||||||
|
*_proto_cpp.xml
|
||||||
|
*~
|
||||||
|
!Android.mk
|
||||||
|
.*.sw?
|
||||||
|
.DS_Store
|
||||||
|
.classpath
|
||||||
|
.cproject
|
||||||
|
.gdb_history
|
||||||
|
.gdbinit
|
||||||
|
.landmines
|
||||||
|
.metadata
|
||||||
|
.project
|
||||||
|
.pydevproject
|
||||||
|
# Settings directory for eclipse
|
||||||
|
/.settings
|
||||||
|
.checkstyle
|
||||||
|
cscope.*
|
||||||
|
Session.vim
|
||||||
|
tags
|
||||||
|
Thumbs.db
|
||||||
|
# CEF generated directories
|
||||||
|
/binary_distrib
|
||||||
|
/docs
|
||||||
|
# CEF generated files
|
||||||
|
include/cef_pack_resources.h
|
||||||
|
include/cef_pack_strings.h
|
||||||
|
include/cef_version.h
|
||||||
|
patch/patch_state.h
|
Loading…
Reference in New Issue