kc3-lang/libevent/.gitignore

Branch :


Log

Author Commit Date CI Message
37423849 2018-06-21 02:37:24 Ignore evconfig-private.h for autotools Fixes: e2874d95af584b3657eb5dc1d2e5404811dce117 ("Adopt ignore rules for cmake + ninja") (cherry picked from commit 064a598716e69a1ac3937dd1bbc74194d0f3d3cf)
3ffa3ca7 2018-04-23 00:26:08 Adopt ignore rules for cmake + ninja In case we have build directory differs from source directory there will be bunch of files we should ignore, so just remove leading "/" for some or rules. And fix others. (cherry picked from commit e2874d95af584b3657eb5dc1d2e5404811dce117)
9585338f 2016-10-31 19:33:28 Testing with vagrant for 6 OS and cmake+autoconf OS: - linux - freebsd - osx - netbsd - solaris - win And mostly they all are more or less fine, except for timing issues Also it supports next environment variables: - NO_PKG - NO_CMAKE - NO_AUTOTOOLS For instance if you run ubuntu box seocnd time, then you can run with: $ NO_PKG=true vagrant provision ubuntu
8fb08ae9 2016-10-31 01:56:37 Ignore temporary configure files So if you kill configure, git still should ignore them.
8a2c6c77 2016-08-08 18:15:41 Ignore `make dist` generated files
0aaa4fbe 2016-06-22 21:15:53 Update gitignore file to ignore cscope gen'ed files
ce389933 2016-04-21 02:16:21 Ignore all pkgconfig generated stuff In the referenced commit new *.pc added, and I think it is better to ignore them all. Refs: b8d7c6211a965c19c7c5de414135ff13b5fa2476 ("libevent_core and libevent_extra also deserve a pkgconfig file")
0f2de104 2016-03-10 23:51:15 Ignore verify_tests.bat (win32 version)
8d343029 2015-12-27 16:50:33 Ignore more configure stuff (configure.lineno) Link: https://lists.gnu.org/archive/html/autoconf/2004-01/msg00043.html
1d34498e 2015-08-18 12:18:31 sample: add HTTP CONNECT tunnelling example using libevent http layer