summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2019-01-21 00:52:12 -0500
committerIlia Mirkin <imirkin@alum.mit.edu>2019-01-21 21:29:55 -0500
commit9b60c3bc74c69d607d44c864f60f5fda0b11cd48 (patch)
tree51b1cdd108e9e2c8eba1e06a44373729375d1877
parent1761769d43ab3ab31b5e5d92e6014fdea21830bd (diff)
downloadxorg-driver-xf86-video-nouveau-9b60c3bc74c69d607d44c864f60f5fda0b11cd48.tar.gz
gitignore: Update to mirror modern X.org drivers
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>
-rw-r--r--.gitignore76
1 files changed, 65 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 2694d9d..10aeed9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,24 +1,78 @@
-.deps
-.libs
-Makefile
-Makefile.in
-*.la
-*.lo
+#
+# X.Org module default exclusion patterns
+# The next section is for module specific patterns
+#
+# Do not edit the following section
+# GNU Build System (Autotools)
aclocal.m4
-autom4te.cache
+autom4te.cache/
+autoscan.log
+ChangeLog
+compile
config.guess
config.h
config.h.in
config.log
+config-ml.in
+config.py
config.status
+config.status.lineno
config.sub
configure
+configure.scan
depcomp
+.deps/
+INSTALL
install-sh
+.libs/
libtool
+libtool.m4
ltmain.sh
+lt~obsolete.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4
+Makefile
+Makefile.in
+mdate-sh
missing
-stamp-h1
-ChangeLog
-INSTALL
-compile
+mkinstalldirs
+*.pc
+py-compile
+stamp-h?
+symlink-tree
+texinfo.tex
+ylwrap
+
+# Do not edit the following section
+# Edit Compile Debug Document Distribute
+*~
+*.[0-9]
+*.[0-9]x
+*.bak
+*.bin
+core
+*.dll
+*.exe
+*-ISO*.bdf
+*-JIS*.bdf
+*-KOI8*.bdf
+*.kld
+*.ko
+*.ko.cmd
+*.lai
+*.l[oa]
+*.[oa]
+*.obj
+*.patch
+*.so
+*.pcf.gz
+*.pdb
+*.tar.bz2
+*.tar.gz
+#
+# Add & Override patterns for xf86-video-nouveau
+#
+# Edit the following section as needed
+# For example, !report.pc overrides *.pc. See 'man gitignore'
+#