summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-11-14 18:26:47 -0500
committerGaetan Nadon <memsize@videotron.ca>2009-11-15 13:22:57 -0500
commit78947b5a7e0ef934fdce7e1bce734d2cf29639b4 (patch)
treed21bff88873383c4d666bedfb8efe28f23fd60cc /.gitignore
parent3ec82cd722407e4dccd6165786d3452f3ab80bea (diff)
downloadxorg-proto-x11proto-78947b5a7e0ef934fdce7e1bce734d2cf29639b4.tar.gz
.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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore86
1 files changed, 73 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index 3bcd1e2..70368c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,22 +1,82 @@
-Makefile
-Makefile.in
-Xpoll.h
-Xfuncproto.h
+#
+# 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
-do-not-use-config.h
-do-not-use-config.h.in
+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
-stamp-h2
-xproto.pc
+mkinstalldirs
+*.pc
+py-compile
+stamp-h?
+symlink-tree
+texinfo.tex
+ylwrap
+
+# Do not edit the following section
+# Edit Compile Debug Document Distribute
*~
-xproto-*.tar.*
-ChangeLog
-tags
+*.[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 x11proto
+#
+# Edit the following section as needed
+# For example, !report.pc overrides *.pc. See 'man gitignore'
+#
+Xfuncproto.h
+Xpoll.h
+do-not-use-config.h
+do-not-use-config.h.in