diff options
author | Aaron Ball <nullspoon@iohq.net> | 2015-12-18 00:36:18 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@iohq.net> | 2015-12-18 00:36:18 -0700 |
commit | 4b36d6b6f40ea773388669373cf96e65ae3aaaa3 (patch) | |
tree | f070434f9c93a5c66a9960def95a327b3e6f9406 /.gitignore | |
download | netexpand-4b36d6b6f40ea773388669373cf96e65ae3aaaa3.tar.gz netexpand-4b36d6b6f40ea773388669373cf96e65ae3aaaa3.tar.xz |
Initial commit.
Almost there. We can currently calculate an ipv4, increment, convert to
int. Working on converting to string though. Also need slash syntax
expansion still.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bdd4b77 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +obj +netexpand |