summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-22 15:47:23 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-10-22 15:47:23 -0400
commit8c251b945f57923a37a34219589ac31227ab65df (patch)
treedab07f02d0f55b37cb5253f1f3ba84747a159e7a
parent4de08979f8a77f895919145aa8f5db1b90853537 (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--.gitignore80
-rw-r--r--app-defaults/.gitignore2
-rw-r--r--config/.gitignore7
-rw-r--r--greeter/.gitignore7
4 files changed, 72 insertions, 24 deletions
diff --git a/.gitignore b/.gitignore
index 102db40..a99636d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,30 +1,82 @@
-.deps
-.libs
-Chooser
-Makefile
-Makefile.in
+#
+# 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
-chooser
+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
+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 xdm
+#
+# Edit the following section as needed
+# For example, !report.pc overrides *.pc. See 'man gitignore'
+#
+chooser
xdm
-xdm.1
xdmshell
-*~
-*.o
-xdm-*.tar.*
-ChangeLog
-tags
+
diff --git a/app-defaults/.gitignore b/app-defaults/.gitignore
new file mode 100644
index 0000000..64eab90
--- /dev/null
+++ b/app-defaults/.gitignore
@@ -0,0 +1,2 @@
+# Add & Override for this directory and it's subdirectories
+Chooser
diff --git a/config/.gitignore b/config/.gitignore
index 0cf10f7..8545f6a 100644
--- a/config/.gitignore
+++ b/config/.gitignore
@@ -1,7 +1,8 @@
-Makefile
-Makefile.in
+# Add & Override for this directory and it's subdirectories
+Xreset
+Xservers
+Xstartup
Xresources
Xservers.ws
Xsession
xdm-config
-*~
diff --git a/greeter/.gitignore b/greeter/.gitignore
deleted file mode 100644
index a870857..0000000
--- a/greeter/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-.deps
-.libs
-Makefile
-Makefile.in
-*.la
-*.lo
-*~