aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Rename VERSION to VERSION.stampGravatar Alex Chernyakhovsky2023-07-30
| | | | | -I$(top_srcdir) is not usable on macOS due to a conflicting C++ header `version`.
* Add support for generating coverage reportsGravatar Alex Chernyakhovsky2022-05-30
| | | | | | | | This change adds autoconf/automake support for building all of mosh with gcov, and generates an lcov html report. This allows seeing which parts ofthe source tree have good test coverage, and which can be shored up. Eventually, it would be good to hook this up to Github Actions to be generated automatically.
* .gitignore: fix pathGravatar black_desk2021-07-21
|
* .gitignore: add compile_commands.jsonGravatar black_desk2021-07-21
|
* .gitignore: add autogenerated filesGravatar Keith Winstein2015-06-09
|
* .gitignore: Add compile and test-driver (from autogen.sh)Gravatar Geoffrey Thomas2015-05-25
|
* gitignore ar-lib, another autotools droppingGravatar Keegan McAllister2012-05-05
| | | | Closes #253
* Added Eclipse's files in .gitignoreGravatar Massimo Gengarelli2012-04-29
|
* gitignore config.h.in~Gravatar Keegan McAllister2012-03-26
|
* Add .gitignore filesGravatar Anders Kaseorg2012-02-07
Signed-off-by: Anders Kaseorg <andersk@mit.edu>