mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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
|
|
|