add gitignore - sdhcp - simple dhcp client | |
git clone git://git.codemadness.org/sdhcp | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 45c39c4a1772a01d0d37a26f2a92e3fa2f5a750e | |
parent fee8efc7684cde41fcbc2ca2d903c30a008c22cd | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 25 Apr 2014 19:24:30 +0200 | |
add gitignore | |
Signed-off-by: Hiltjo Posthuma <[email protected]> | |
Diffstat: | |
A .gitignore | 2 ++ | |
1 file changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/.gitignore b/.gitignore | |
@@ -0,0 +1,2 @@ | |
+sdhcp | |
+*.o |