Post
Topic
Board Announcements (Altcoins)
Re: Securitycoin [SCSY] RELAUNCH | Bittrex | Ccex | Community | NEW POW / POS / VPOS
by
AllCryptoAllDay
on 19/01/2015, 03:12:38 UTC
SCSY Devs:  please make a .gitignore file in your local src/obj folder with the following inside of it.

# Ignore everything in this directory
*
# Except this file
!.gitignore

Then git add src/obj/.gitignore

That will create the obj folder on git without uploading the large files created when compiling.  Then the instructions in your readme.md will work without needing to manually create the src/obj folder.

Please pm the scsydev this Smiley