diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-06-28 14:42:13 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-06-28 14:42:13 +0200 |
commit | 24ba6650ed66c896ec703dd067af42b05434cce4 (patch) | |
tree | 6981cdd861e39af59fdc8a4b912c0e6133f2ea08 /.gitignore | |
parent | 278f62a9da99dcca7a7b95f34635b0fcd1a88185 (diff) | |
parent | f2da15da75130a11676d3083b2d70458b6ab38c2 (diff) |
Merge branch 'config'
Pull in the configure script. From now on, before calling 'make' the
'./configure' script will need to get called.
This is no autotools generated script, but manually written to check for
netsniff-ng's dependencies.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ fuzzing/ # Ignore if someone adapts Makefile Makefile +# Ignore build config generated by configure +Config + # Other documentation ignores *.md *.ps |