summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove leftovers from removed Latex documentationPhil Sutter2018-02-131-10/+0
| | | | | | | | Since there is no documentation in Latex format left, there is no need to check for commands to build it. Also there is no need to ignore any of the temporary files which were created by them. Signed-off-by: Phil Sutter <phil@nwl.cc>
* ignore generated Config fileStephen Hemminger2017-09-291-0/+2
| | | | Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
* config: put CFLAGS/LDLIBS in config.mkStephen Hemminger2017-08-231-1/+0
| | | | | | | | | | | This renames Config to config.mk and includes more Make input. Now configure generates all the required CFLAGS and LDLIBS for the optional libraries. Also, use pkg-config to test for libelf, rather than using a test program. This makes it consistent with other libraries. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
* testsuite: Generate nlmsg blob at runtimePhil Sutter2017-02-091-0/+2
| | | | | | | | | | | | | | Since netlink messages are in host byte order, shipping a pre-generated nlmsg blob won't suffice on systems with different endianness. Therefore generate the blob at runtime, so it's content fits the hosts endianness. Note that the generated message will contain only a single interface featuring two VFs instead of the full list before. Yet this is sufficient, as it triggers the crash with iproute versions prior to commit 8c29ae7cc2494 ("ip link: Fix crash on older kernels when show VF dev"). Signed-off-by: Phil Sutter <phil@nwl.cc>
* gitignore: Ignore 'tags' file generated by ctagsHangbin Liu2016-09-081-0/+1
| | | | Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
* doc: Add my article about tc, filters and actionsPhil Sutter2016-03-041-0/+1
| | | | Signed-off-by: Phil Sutter <phil@nwl.cc>
* gitignore: Ignore 'doc' files generated at runtimevadimk2014-10-291-0/+9
| | | | | | The list is based on doc/Makefile 'clean' target Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
* tests: Add runtime generated files to .gitignorevadimk2014-10-091-0/+4
| | | | | | | | | When make tests then 2 folders are generated: testsuite/results testsuite/iproute2/iproute2-this Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
* Don't put configure files in /tmpStephen Hemminger2012-02-151-0/+1
| | | | | | | Based on patch by Vasiliy Kulikov <segoon@openwall.com> Don't use /tmp since it is dangerous, instead put temporary files from configure script in build directory. This is what autoconf generated configure does.
* Update .gitignoreStephen Hemminger2011-07-111-0/+10
|
* Ignore GDB related filesMike Frysinger2009-11-131-0/+4
| | | | Revised version of Mike's original patch
* Add more files to gitignoreStephen Hemminger2009-11-131-0/+12
| | | | Ignore files from cscope, patch, etc.
* Add static-syms.h to ignoreStephen Hemminger2009-11-101-0/+1
|
* ignore emacs backup filesStephen Hemminger2008-02-051-0/+1
|
* add objects to .gitignoreStephen Hemminger2006-10-021-0/+3
| | | | Add .o,.a,.so to .gitignore
* Add ignore files to make using git easierStephen Hemminger2006-08-081-0/+1
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>