Initial .gitignore.

This commit is contained in:
Arthur Britto
2012-03-06 22:45:53 -08:00
committed by Stefan Thomas
parent 0f6d31cbcd
commit 1653cf79c0

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