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