mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Compare commits
6 Commits
mvadari/fi
...
bthomee/gi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
149df6a36d | ||
|
|
ddda26d76a | ||
|
|
b93d4a122a | ||
|
|
15997b6683 | ||
|
|
f909d954ee | ||
|
|
e6d3238fb1 |
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -1,10 +1,6 @@
|
|||||||
# Set default behaviour, in case users don't have core.autocrlf set.
|
# Set default behaviour, in case users don't have core.autocrlf set.
|
||||||
#* text=auto
|
#* text=auto
|
||||||
|
|
||||||
# These annoying files
|
|
||||||
rippled.1 binary
|
|
||||||
LICENSE binary
|
|
||||||
|
|
||||||
# Visual Studio
|
# Visual Studio
|
||||||
*.sln text eol=crlf
|
*.sln text eol=crlf
|
||||||
*.vcproj text eol=crlf
|
*.vcproj text eol=crlf
|
||||||
|
|||||||
114
.gitignore
vendored
114
.gitignore
vendored
@@ -1,69 +1,43 @@
|
|||||||
# .gitignore
|
# .gitignore
|
||||||
|
|
||||||
bin/boostbook_catalog.xml
|
# Macintosh Desktop Services Store files.
|
||||||
bin/config.log
|
|
||||||
bin/project-cache.jam
|
|
||||||
|
|
||||||
# Ignore vim swap files.
|
|
||||||
*.swp
|
|
||||||
|
|
||||||
# Ignore SCons support files.
|
|
||||||
.sconsign.dblite
|
|
||||||
|
|
||||||
# Ignore python compiled files.
|
|
||||||
*.pyc
|
|
||||||
|
|
||||||
# Ignore Macintosh Desktop Services Store files.
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# Ignore backup/temps
|
# Build, intermediate, and temporary artifacts.
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# Ignore object files.
|
|
||||||
*.o
|
*.o
|
||||||
.nih_c
|
*.pdb
|
||||||
tags
|
*.swp
|
||||||
TAGS
|
/.clangd
|
||||||
GTAGS
|
Debug/
|
||||||
GRTAGS
|
Release/
|
||||||
GPATH
|
/.build/
|
||||||
bin/rippled
|
/build/
|
||||||
Debug/*.*
|
/db/
|
||||||
Release/*.*
|
/out.txt
|
||||||
|
/Testing/
|
||||||
|
/tmp/
|
||||||
|
CMakeSettings.json
|
||||||
|
CMakeUserPresets.json
|
||||||
|
|
||||||
# Ignore coverage files.
|
# Coverage files.
|
||||||
*.gcno
|
*.gcno
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcov
|
*.gcov
|
||||||
|
|
||||||
# Levelization checking
|
# Profiling data.
|
||||||
|
gmon.out
|
||||||
|
|
||||||
|
# Levelization data.
|
||||||
.github/scripts/levelization/results/*
|
.github/scripts/levelization/results/*
|
||||||
!.github/scripts/levelization/results/loops.txt
|
!.github/scripts/levelization/results/loops.txt
|
||||||
!.github/scripts/levelization/results/ordering.txt
|
!.github/scripts/levelization/results/ordering.txt
|
||||||
|
|
||||||
# Ignore tmp directory.
|
# Customized configs.
|
||||||
tmp
|
/rippled.cfg
|
||||||
|
/validators.txt
|
||||||
|
|
||||||
# Ignore database directory.
|
# XCode IDE.
|
||||||
db/
|
|
||||||
db/*.db
|
|
||||||
db/*.db-*
|
|
||||||
|
|
||||||
# Ignore debug logs
|
|
||||||
debug_log.txt
|
|
||||||
|
|
||||||
# Ignore customized configs
|
|
||||||
rippled.cfg
|
|
||||||
validators.txt
|
|
||||||
|
|
||||||
# Doxygen generated documentation output
|
|
||||||
HtmlDocumentation
|
|
||||||
docs/html_doc
|
|
||||||
|
|
||||||
# Xcode user-specific project settings
|
|
||||||
# Xcode
|
|
||||||
.DS_Store
|
|
||||||
/build/
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
!default.pbxuser
|
!default.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
@@ -76,38 +50,16 @@ xcuserdata
|
|||||||
profile
|
profile
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
DerivedData
|
DerivedData
|
||||||
.idea/
|
|
||||||
*.hmap
|
*.hmap
|
||||||
|
|
||||||
# Intel Parallel Studio 2013 XE
|
# JetBrains IDE.
|
||||||
My Amplifier XE Results - RippleD
|
/.idea/
|
||||||
|
|
||||||
# Compiler intermediate output
|
# Microsoft Visual Studio IDE.
|
||||||
/out.txt
|
/.vs/
|
||||||
|
/.vscode/
|
||||||
|
|
||||||
# Build Log
|
# AI tools.
|
||||||
rippled-build.log
|
/.augment
|
||||||
|
/.claude
|
||||||
# Profiling data
|
/CLAUDE.md
|
||||||
gmon.out
|
|
||||||
|
|
||||||
Builds/VisualStudio2015/*.db
|
|
||||||
Builds/VisualStudio2015/*.user
|
|
||||||
Builds/VisualStudio2015/*.opendb
|
|
||||||
Builds/VisualStudio2015/*.sdf
|
|
||||||
|
|
||||||
# MSVC
|
|
||||||
*.pdb
|
|
||||||
.vs/
|
|
||||||
CMakeSettings.json
|
|
||||||
compile_commands.json
|
|
||||||
.clangd
|
|
||||||
packages
|
|
||||||
pkg_out
|
|
||||||
pkg
|
|
||||||
CMakeUserPresets.json
|
|
||||||
bld.rippled/
|
|
||||||
.vscode
|
|
||||||
|
|
||||||
# Suggested in-tree build directory
|
|
||||||
/.build*/
|
|
||||||
|
|||||||
3
docs/.gitignore
vendored
3
docs/.gitignore
vendored
@@ -1,3 +0,0 @@
|
|||||||
html
|
|
||||||
temp
|
|
||||||
out.txt
|
|
||||||
Reference in New Issue
Block a user