Initial .gitignore.

This commit is contained in:
Arthur Britto
2012-03-06 22:45:53 -08:00
parent c513e45754
commit b8d23f9f98

17
.gitignore vendored Normal file
View File

@@ -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