Files
xahau.js/.gitignore
2013-04-26 08:58:57 +02:00

23 lines
268 B
Plaintext

# .gitignore
# Ignore vim swap files.
*.swp
# Ignore SCons support files.
.sconsign.dblite
# Ignore python compiled files.
*.pyc
# Ignore backup/temps
*~
# Ignore object files.
*.o
obj/*
bin/newcoind
newcoind
# Ignore locally installed node_modules
node_modules