mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 16:05:51 +00:00
18 lines
177 B
Plaintext
18 lines
177 B
Plaintext
# .gitignore
|
|
|
|
# Ignore vim swap files.
|
|
*.swp
|
|
|
|
# Ignore SCons support files.
|
|
.sconsign.dblite
|
|
|
|
# Ignore python compiled files.
|
|
*.pyc
|
|
|
|
# Ignore object files.
|
|
*.o
|
|
obj/*
|
|
|
|
newcoind
|
|
|