aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Scaffold for oss-fuzz, from Sergey Nizovtsev.Nicholas Marriott2020-11-09
|
* Add yacc(1) bits.Nicholas Marriott2019-05-23
|
* Add *.dSYM for OS X.Nicholas Marriott2016-06-15
|
* Ignore .dirstamp filesThomas Adam2013-10-05
| | | | | GNU automake 1.14+ uses these files for subdir-option detection. We don't want to accidentally commit these. They're not useful to us.
* Amend tmux.1 handling in .gitignoreThomas Adam2013-06-01
| | | | | Now that tmux.1 is used as the canonical source for man page documentation, ensure that we ignore tmux.1.{mdoc,man} instead.
* Generate tmux.1 using mdoc2man.awk on Solaris, issue brought up and changesNicholas Marriott2013-04-16
| | | | tested by Dagobert Michelsen.
* Minor update to .gitignoreThomas Adam2013-02-09
| | | | Now ignores: corefiles, stray patches and tags file.
* .gitignore + Makefile Makefile.in configureNicholas Marriott2012-09-04
|
* Add .gitignoreThomas Adam2012-09-04
Tell git not to consider certain files, such as object files.