https://github.com/dashpay/dash
Raw File
Tip revision: 6f07726a6edf69aa1c180ee0ff15a4643b6bf248 authored by Evan Duffield on 02 December 2014, 18:56:37 UTC
fixed remote enabled masternode
Tip revision: 6f07726
.gitignore
src/*.exe
src/darkcoin
src/darkcoind
src/test_darkcoin
.settings
.*.swp
*.*~*
*.bak
*.rej
*.orig
*.o
*.patch
.darkcoin

# Compilation and Qt preprocessor part
*.qm
Makefile
darkcoin-qt
DarkCoin-Qt.app

# Unit-tests
Makefile.test
darkcoin-qt_test

# Resources cpp
qrc_*.cpp

# Qt creator
*.pro.user

# Mac specific
.DS_Store
build

!src/leveldb-*/Makefile
.cproject
.project

back to top