diff options
-rw-r--r-- | .gitignore | 80 | ||||
-rw-r--r-- | app-defaults/.gitignore | 2 | ||||
-rw-r--r-- | config/.gitignore | 7 | ||||
-rw-r--r-- | greeter/.gitignore | 7 |
4 files changed, 72 insertions, 24 deletions
@@ -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 -*~ |