2019-11-26 23:59:18 +08:00
|
|
|
# eclipse project files
|
|
|
|
.cproject
|
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
|
|
|
|
# emacs temp files
|
|
|
|
*~
|
|
|
|
|
|
|
|
# vim temp files
|
|
|
|
.*.swp
|
|
|
|
|
|
|
|
# XCode
|
|
|
|
^build/
|
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
|
|
|
xcuserdata
|
|
|
|
*.xccheckout
|
|
|
|
*.moved-aside
|
|
|
|
DerivedData
|
|
|
|
*.hmap
|
|
|
|
*.ipa
|
|
|
|
*.xcuserstate
|
|
|
|
*.DS_Store
|
|
|
|
|
|
|
|
# IDE specific folder for JetBrains IDEs
|
|
|
|
.idea/
|
|
|
|
cmake-build-debug/
|
|
|
|
cmake-build-release/
|
|
|
|
|
|
|
|
# Visual Studio Code artifacts
|
|
|
|
.vscode/*
|
|
|
|
.history/
|
|
|
|
|
|
|
|
# Visual Studio artifacts
|
|
|
|
/VS/
|
|
|
|
|
|
|
|
# C/C++ build outputs
|
|
|
|
.build/
|
|
|
|
bins
|
|
|
|
gens
|
|
|
|
libs
|
|
|
|
objs
|
|
|
|
|
2019-08-21 19:59:49 +08:00
|
|
|
# C++ ignore from https://github.com/github/gitignore/blob/master/C%2B%2B.gitignore
|
2019-08-15 01:27:59 +08:00
|
|
|
|
|
|
|
# Prerequisites
|
|
|
|
*.d
|
|
|
|
|
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Fortran module files
|
|
|
|
*.mod
|
|
|
|
*.smod
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
2019-08-19 05:24:38 +08:00
|
|
|
|
|
|
|
|
2020-04-27 08:00:56 +08:00
|
|
|
# CMake files that may be specific to our installation
|
2019-08-19 05:24:38 +08:00
|
|
|
|
2020-04-27 08:00:56 +08:00
|
|
|
# Build outputs
|
|
|
|
/build*/
|
2020-05-03 04:00:00 +08:00
|
|
|
/visual_studio/
|
2019-08-19 05:24:38 +08:00
|
|
|
|
2020-04-27 08:00:56 +08:00
|
|
|
# Fuzzer outputs generated by instructions in fuzz/Fuzzing.md
|
|
|
|
/corpus.zip
|
|
|
|
/ossfuzz-out/
|
|
|
|
/out/
|
|
|
|
|
2020-05-03 04:00:00 +08:00
|
|
|
# Generated docs
|
2020-04-27 08:00:56 +08:00
|
|
|
/doc/api
|
2020-11-02 02:08:40 +08:00
|
|
|
*.orig
|