]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Provide a .gitignore.
authorVincent Bernat <bernat@luffy.cx>
Tue, 24 Jan 2012 07:20:23 +0000 (08:20 +0100)
committerVincent Bernat <bernat@luffy.cx>
Tue, 24 Jan 2012 07:22:40 +0000 (08:22 +0100)
commit2c86e31031599c9735a4bb38206d937edd37cd8a
tree41c1a39795652eb9d8770a1d52b95d32e1fb7bda
parent0c79e036b012c59fc2700de68d015ca5a3b71070
Provide a .gitignore.

Sources are expected to be built in build directory:

     $ ./autogen.sh
     $ mkdir build
     $ cd build
     $ ../configure --with-snmp
     $ make && make check
.gitignore [new file with mode: 0644]