mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-03 04:19:47 -08:00
Initial commit.
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
src/*.exe
|
||||
src/casinocoin
|
||||
src/casinocoind
|
||||
src/test_casinocoin
|
||||
src/build.h
|
||||
.*.swp
|
||||
*.*~*
|
||||
*.bak
|
||||
*.rej
|
||||
*.orig
|
||||
*.o
|
||||
*.patch
|
||||
.bitcoin
|
||||
#compilation and Qt preprocessor part
|
||||
*.qm
|
||||
Makefile
|
||||
casinocoin-qt
|
||||
#resources cpp
|
||||
qrc_*.cpp
|
||||
#qt creator
|
||||
*.pro.user
|
||||
#mac specific
|
||||
.DS_Store
|
||||
build
|
||||
.cproject
|
||||
.project
|
||||
debug
|
||||
release
|
||||
.svn
|
||||
object_script.casinocoin-qt.Debug
|
||||
object_script.casinocoin-qt.Release
|
||||
object_script.litecoin-qt.Debug
|
||||
object_script.litecoin-qt.Release
|
||||
Reference in New Issue
Block a user