Files
xahau.js/.gitignore
Arthur Britto f8e6637a86 Fix typo.
2013-04-26 08:58:56 +02:00

18 lines
177 B
Plaintext

# .gitignore
# Ignore vim swap files.
*.swp
# Ignore SCons support files.
.sconsign.dblite
# Ignore python compiled files.
*.pyc
# Ignore object files.
*.o
obj/*
newcoind