diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-02-24 08:22:37 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-02-24 08:22:37 +0100 |
commit | 3ca0e592183839f339d47723ca51be1ca2bbc7ec (patch) | |
tree | 9a98615b68280210e0753d55fea2ce0e86347fc4 /.gitignore | |
parent | cce86546822ebbd4d2f1fb4f9944c9f8f7d5532f (diff) |
Fix potential segafult in dump_handshake_info. Modularise code a bit. Modularise the code a bit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bb8afab --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.h +config.h.in +config.log +config.status +configure +depcomp +install-sh +ltmain.sh +missing +src/.deps/ +src/Makefile +src/Makefile.am.test +src/Makefile.in +src/muniad +src/*.o +stamp-h1 +tools/Makefile +tools/Makefile.in |