summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-01-17 09:20:16 -0500
committerPeter Hutterer <peter.hutterer@who-t.net>2010-01-19 11:13:13 +1300
commitc8176267aec7dbc6cd248f9bd2a9c36df88c84cd (patch)
tree41663dcfb9a3445d443fadf49fbfc58dbe9655b9 /.gitignore
parentad4f40386739ac87adefce5493554df6a8a118e2 (diff)
.gitignore: use common defaults with custom section # 24239
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. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore73
1 files changed, 62 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index f0c2cc2..1324642 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,27 +1,78 @@
-Makefile
-Makefile.in
-*.la
-*.lo
+#
+# X.Org module default exclusion patterns
+# The next section if 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
-.libs
-.deps
-m4
-*.o
-*.[0-9]
+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-nv
+#
+# Edit the following section as needed
+# For example, !report.pc overrides *.pc. See 'man gitignore'
+#