.gitignore


Log

Author Commit Date CI Message
Mike Frysinger a8a315ec 2014-06-13T14: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.
Azat Khuzhin 9b2a6709 2016-05-02T12:37:19 Ignore all pkgconfig generated stuff
Pierre Phaneuf 1a8295a3 2014-08-13T23:17:52 Add a few files created by "make verify" to .gitignore.
Dave Hart 04656ea8 2011-08-15T14:40:32 Try to fix 'make distcheck' errors when building out-of-tree
Nick Mathewson d5bd604a 2011-07-05T14:57:08 Add doxygen to .gitignore
Nick Mathewson 026ac5d5 2010-11-26T13:29:56 add http-server to gitignore
Nick Mathewson ac1931ac 2010-10-26T11:07:26 Remove event-config.h from .gitignore; it moved to include/event2
Nick Mathewson 9b5c19ac 2010-08-10T11:46:00 Merge branch 'more_pkgconfig'
Nick Mathewson ebcb1f03 2010-08-10T11:11:25 Add pkgconfig files for libevent_{openssl,pthreads}
Nick Mathewson ec347b92 2010-07-07T16: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.
Nick Mathewson 7c926916 2010-07-19T15: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.
Nick Mathewson 9b149116 2010-06-17T10:31:35 Remove some automake-generated files from version control.
Nick Mathewson c21c6631 2010-05-27T01:32:11 Add the libtool-generated /m4/* stuff to .gitignore
Nick Mathewson 0861d170 2010-04-14T14:41:03 Add ctags/etags files to .gitignore
Nick Mathewson 1ba6bed8 2010-02-18T13:50:15 Add the "compile" script to gitignore.
Nick Mathewson e244a2ea 2010-02-03T01:26:07 Add the msvc-generated .lib files to .gitignore.
Nick Mathewson becb9f9c 2010-01-27T01:46:23 Add a new "hello world" sample program
Nick Mathewson f0c0124e 2009-12-23T07: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.
Nick Mathewson 67995270 2009-12-18T17:04:37 Drop install-sh from our git repo: a mismatched version could break "make dist"
Nick Mathewson ba340714 2009-11-20T12:17:14 Add a .gitignore file. .gitignore plays the same role in Git as the svn:ignore property does in subversion.