You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
353 B
32 lines
353 B
# CMake
|
|
.ninja_deps
|
|
.ninja_log
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
Makefile
|
|
build.ninja
|
|
cmake_install.cmake
|
|
rules.ninja
|
|
CMakeScripts/
|
|
realm-object-store.xcodeproj/
|
|
|
|
# Build products
|
|
src/librealm-object-store.a
|
|
tests/tests
|
|
*.build/
|
|
Debug/
|
|
Release/
|
|
RelWithDebInfo/
|
|
MinSizeRel/
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
|
|
# Visual Studio
|
|
/.vs
|
|
|
|
# Linters
|
|
compile_commands.json
|
|
|
|
# vim
|
|
*.swp
|
|
|