mirror of
https://github.com/fluencelabs/sqlite
synced 2025-03-14 22:40:48 +00:00
88 lines
1.2 KiB
Plaintext
88 lines
1.2 KiB
Plaintext
|
.*.swp
|
||
|
*.o
|
||
|
*.log
|
||
|
dump.rdb
|
||
|
redis-benchmark
|
||
|
redis-check-aof
|
||
|
redis-check-rdb
|
||
|
redis-check-dump
|
||
|
redis-cli
|
||
|
redis-sentinel
|
||
|
redis-server
|
||
|
doc-tools
|
||
|
release
|
||
|
misc/*
|
||
|
src/release.h
|
||
|
appendonly.aof
|
||
|
SHORT_TERM_TODO
|
||
|
release.h
|
||
|
src/transfer.sh
|
||
|
src/configs
|
||
|
redis.ds
|
||
|
src/redis.conf
|
||
|
src/nodes.conf
|
||
|
deps/lua/src/lua
|
||
|
deps/lua/src/luac
|
||
|
deps/lua/src/liblua.a
|
||
|
.make-*
|
||
|
.prerequisites
|
||
|
*.dSYM
|
||
|
Makefile.dep
|
||
|
|
||
|
|
||
|
### C++ template
|
||
|
# Compiled Object files
|
||
|
*.slo
|
||
|
*.lo
|
||
|
*.o
|
||
|
*.obj
|
||
|
|
||
|
# Precompiled Headers
|
||
|
*.gch
|
||
|
*.pch
|
||
|
|
||
|
# Compiled Dynamic libraries
|
||
|
*.so
|
||
|
*.dylib
|
||
|
*.dll
|
||
|
|
||
|
# Fortran module files
|
||
|
*.mod
|
||
|
|
||
|
# Compiled Static libraries
|
||
|
*.lai
|
||
|
*.la
|
||
|
*.a
|
||
|
*.lib
|
||
|
|
||
|
# Executables
|
||
|
*.exe
|
||
|
*.out
|
||
|
*.app
|
||
|
|
||
|
### JetBrains template
|
||
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
||
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||
|
|
||
|
.idea/*
|
||
|
cmake-build-debug
|
||
|
|
||
|
## File-based project format:
|
||
|
*.iws
|
||
|
|
||
|
## Plugin-specific files:
|
||
|
|
||
|
# IntelliJ
|
||
|
/out/
|
||
|
|
||
|
# mpeltonen/sbt-idea plugin
|
||
|
.idea_modules/
|
||
|
|
||
|
# JIRA plugin
|
||
|
atlassian-ide-plugin.xml
|
||
|
|
||
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||
|
com_crashlytics_export_strings.xml
|
||
|
crashlytics.properties
|
||
|
crashlytics-build.properties
|
||
|
fabric.properties
|