diff options
author | toni <toni@devlap.local> | 2014-11-05 15:25:23 +0100 |
---|---|---|
committer | toni <toni@devlap.local> | 2014-11-05 15:25:23 +0100 |
commit | 9bc57747bae6c40e6e5e8fc647b071e371ad371a (patch) | |
tree | da8615aeecfa2514d6b8251d45589f2c7056b1bd /.gitignore | |
parent | 223fd424332f536a801ffd9bebd25517835fb681 (diff) |
- ignore *.o files
- makefile: dont rebuild unchanged sources
- socket.asm: bind(), not done actually
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +*.o overflow overflow_tcp sc-test |