summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-22 12:34:19 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-11-14 09:26:16 -0500
commitf77c89c751a6a63c8ef11ecdddca2aed11ff6e29 (patch)
treee5d25a9d0cd1263d24175f268e6800114a680a49
parent46c7b0e9d0d85cf5ccc0d40d19821fcc3335503b (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.
-rw-r--r--.gitignore105
-rw-r--r--include/X11/.gitignore2
-rw-r--r--nls/.gitignore13
-rw-r--r--src/.gitignore2
-rw-r--r--src/util/.gitignore2
5 files changed, 81 insertions, 43 deletions
diff --git a/.gitignore b/.gitignore
index 539bd4d8..9e3e3d40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,61 +1,80 @@
-*~
-*.3*
-*.a
+#
+# 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
-build*
+autom4te.cache/
+autoscan.log
ChangeLog
compile
-Compose
-compose.dir
-compose.dir.l1
-compose.dir.l2
config.guess
config.h
config.h.in
config.log
+config-ml.in
+config.py
config.status
+config.status.lineno
config.sub
configure
-configure.lineno
-cscope*
+configure.scan
depcomp
-.deps
-doltcompile
-doltlibtool
-force
+.deps/
+INSTALL
install-sh
-ks_tables.h
-*.la
-.libs
+.libs/
libtool
-libX11-*
-*.lo
-local
-locale.alias
-locale.alias.l1
-locale.alias.l2
-locale.dir
-locale.dir.l1
-locale.dir.l2
+libtool.m4
ltmain.sh
+lt~obsolete.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4
Makefile
Makefile.in
-makekeys
-MakeOut
+mdate-sh
missing
mkinstalldirs
-*.mode1v3
-.msg
-*.o
-obj*
-*.pbxuser
-stamp-h1
-stamp-h2
-.*sw?
-tags
-TAGS
-x11.pc
-x11-xcb.pc
-XLC_LOCALE
-XlibConf.h
+*.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 libX11
+#
+# Edit the following section as needed
+# For example, !report.pc overrides *.pc. See 'man gitignore'
+#
+doltcompile
+doltlibtool
diff --git a/include/X11/.gitignore b/include/X11/.gitignore
new file mode 100644
index 00000000..b43616ad
--- /dev/null
+++ b/include/X11/.gitignore
@@ -0,0 +1,2 @@
+# Add & Override for this directory and it's subdirectories
+XlibConf.h
diff --git a/nls/.gitignore b/nls/.gitignore
new file mode 100644
index 00000000..1312e70d
--- /dev/null
+++ b/nls/.gitignore
@@ -0,0 +1,13 @@
+# Add & Override for this directory and it's subdirectories
+Compose
+XLC_LOCALE
+compose.dir
+compose.dir.l1
+compose.dir.l2
+locale.alias
+locale.alias.l1
+locale.alias.l2
+locale.dir
+locale.dir.l1
+locale.dir.l2
+
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 00000000..51ef04e1
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,2 @@
+# Add & Override for this directory and it's subdirectories
+ks_tables.h
diff --git a/src/util/.gitignore b/src/util/.gitignore
new file mode 100644
index 00000000..5f95924b
--- /dev/null
+++ b/src/util/.gitignore
@@ -0,0 +1,2 @@
+# Add & Override for this directory and it's subdirectories
+makekeys