From b8d23f9f9825773d5fdf75a5dc2ea4280d596d6e Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Tue, 6 Mar 2012 22:45:53 -0800 Subject: [PATCH] Initial .gitignore. --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore 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 +