.gitignore
1 *.build 2 !meson.build 3 *.pbxuser 4 *.mode1v3 5 *.ncb 6 *.suo 7 Debug 8 Release 9 *.user 10 *.xcuserstate 11 .DS_Store 12 xcuserdata 13 CatchSelfTest.xcscheme 14 Breakpoints.xcbkptlist 15 UpgradeLog.XML 16 Resources/DWARF 17 projects/Generated 18 *.pyc 19 DerivedData 20 *.xccheckout 21 Build 22 .idea 23 .vs 24 .vscode 25 cmake-build-* 26 benchmark-dir 27 .conan/test_package/build 28 bazel-* 29 build-fuzzers 30 debug-build 31 .vscode 32 msvc-sln* 33 # Currently we use Doxygen for dep graphs and the full docs are only slowly 34 # being filled in, so we definitely do not want git to deal with the docs. 35 docs/doxygen 36 *.cache 37 compile_commands.json