summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-11-141-43/+62
| | | | | | Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
* Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade2009-01-281-18/+37
| | | | | | | | | | | Only convert to use "ansi prototypes" the functions warned from compilation with "./autogen.sh --prefix=/usr", on a Linux computer. Also, only address "trivial" compiler warning fixes in this commit. The new .gitignore is the output of a command like: % find . -name .gitignore -exec cat {} \; | sort | uniq and only the toplevel .gitignore file was kept.
* .gitignore: Add dolt filesJosh Triplett2008-10-291-0/+2
|
* gitignore: Update with loads more bits from serverDaniel Stone2008-05-191-0/+18
|
* Add ChangeLog and "make dist"-generated files to .gitignoreJosh Triplett2006-10-061-0/+2
|
* Split public Xlib/XCB functions into libX11-xcbJosh Triplett2006-10-051-0/+1
| | | | | | | | | | | We can never change the libX11 soname, and we don't want to commit to never changing the public Xlib/XCB functions, so split them into a separate library libX11-xcb. This also means that a program linked solely against libX11 should work with either Xlib or Xlib/XCB, which will make life easier for package maintainers. Signed-off-by: Josh Triplett <josh@freedesktop.org> Acked-by: Jamey Sharp <jamey@minilop.net>
* Add *~ to ignore emacs droppingsAlan Coopersmith2006-06-161-0/+1
|
* Move .cvsignore to .gitignore.Jamey Sharp2006-02-191-0/+18