diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..2c459dad09 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# .gitignore + +# Ignore vim swap files. +*.swp + +# Ignore SCons support files. +.sconsign.dblite + +# Ignore python compiled files. +*.pyc + +# Ignore object fiels. +*.o +obj/* + +newcoind +