kc3-lang/libevent/.gitignore

Branch :


Log

Author Commit Date CI Message
a8a315ec 2014-06-13 14:18:13 ignore config.cache/test-driver files [ Upstream commit c83f3333a34251275c38878e9667c904a485ac6d ] config.cache is generated when you run `./configure -C`. test-driver comes from newer autotools.
9b2a6709 2016-05-02 12:37:19 Ignore all pkgconfig generated stuff
1a8295a3 2014-08-13 23:17:52 Add a few files created by "make verify" to .gitignore.
04656ea8 2011-08-15 14:40:32 Try to fix 'make distcheck' errors when building out-of-tree
d5bd604a 2011-07-05 14:57:08 Add doxygen to .gitignore
026ac5d5 2010-11-26 13:29:56 add http-server to gitignore
ac1931ac 2010-10-26 11:07:26 Remove event-config.h from .gitignore; it moved to include/event2
9b5c19ac 2010-08-10 11:46:00 Merge branch 'more_pkgconfig'
ebcb1f03 2010-08-10 11:11:25 Add pkgconfig files for libevent_{openssl,pthreads}
ec347b92 2010-07-07 16:45:03 Move event-config.h to include/event2 This change means that all required include files are in event2, and all files not in event2/* are optional.
7c926916 2010-07-19 15:14:10 Make test/test.sh call test-changelist Eventually test-changelist should expand to try more cases, maybe query the status of the actual changelist somehow, and integrate it with the rest of the unit tests. Also, add test-changelist to gitignore.
9b149116 2010-06-17 10:31:35 Remove some automake-generated files from version control.
c21c6631 2010-05-27 01:32:11 Add the libtool-generated /m4/* stuff to .gitignore
0861d170 2010-04-14 14:41:03 Add ctags/etags files to .gitignore
1ba6bed8 2010-02-18 13:50:15 Add the "compile" script to gitignore.
e244a2ea 2010-02-03 01:26:07 Add the msvc-generated .lib files to .gitignore.
becb9f9c 2010-01-27 01:46:23 Add a new "hello world" sample program
f0c0124e 2009-12-23 07:54:13 Testing code for bufferevent rate-limiting. This is not part of the regression tests, since running it necessarily takes a while. There is a new test-ratelim test; run it with '-h' for an argument to see its options.
67995270 2009-12-18 17:04:37 Drop install-sh from our git repo: a mismatched version could break "make dist"
ba340714 2009-11-20 12:17:14 Add a .gitignore file. .gitignore plays the same role in Git as the svn:ignore property does in subversion.