diff options
author | Christian Pointner <equinox@anytun.org> | 2016-02-24 22:14:08 +0100 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2016-02-24 22:14:08 +0100 |
commit | b764baf5ea2c6d9fbd313837f9b0e8cee2c76beb (patch) | |
tree | d5d114a5cedf46d369bb83f1cbe6d78dca2000ec | |
parent | fixed return code after signal (diff) |
added .gitignore
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5efe091 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +doc/uanytun.8.xml +src/*.o +src/*.d +src/*.d.* +src/tun.c +src/include.mk +src/version.h +src/uanytun |