summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* config: libtoolize: put macros in AC_CONFIG_MACRO_DIR, 'm4'Rhys Kidd2019-01-211-5/+0
| | | | | | | | | | | | | | | | | As suggested by one tool called by autoreconf. Necessitates change to: - configure.ac: Call AC_CONFIG_MACRO_DIR() - Makefile.am: Set ACLOCAL_AMFLAGS = -I m4 - Create placeholder m4 folders - Update gitignore files >From the autoconf documentation: "Starting from version 2.58, autoconf provide the macro AC_CONFIG_MACRO_DIR to declare where additional macro files are to be put and found. The argument passed to this macro is commonly m4." https://autotools.io/autoconf/macros.html Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
* gitignore: Update to mirror modern X.org driversRhys Kidd2019-01-211-11/+65
| | | | | | | | | | Avoids git showing autoconf/automake generated files (e.g. tarballs) that are local build artifacts and should not be committed. Cherry picked from xf86-video-intel as at: https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/blob/7c9dbc980b760e0053d83ca2d7cb147613285680/.gitignore Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
* Add file "compile" to .gitignoreMario Kleiner2014-09-011-0/+1
| | | | | | | | Some auto-generated file by new make systems to deal with some old compilers. Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* update makefiles for make distcheckMaarten Lankhorst2013-06-121-0/+1
|
* Generate the ChangeLog from git history for dist.Aaron Plattner2006-06-191-0/+1
|
* Add .gitignores.Aaron Plattner2006-04-121-0/+21