diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..2c459dad0 --- /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 +