# .gitignore # Ignore vim swap files. *.swp # Ignore SCons support files. .sconsign.dblite # Ignore python compiled files. *.pyc # Ignore backup/temps *~ # Ignore object files. *.o obj/* bin/newcoind newcoind