[PATCH libxcwm 03/15] Ignore .libs

Jon TURNEY jon.turney at dronecode.org.uk
Wed Nov 21 06:18:24 PST 2012


On 06/11/2012 03:12, Yaakov (Cygwin/X) wrote:
> On Mon, 2012-11-05 at 22:43 +0000, Jon TURNEY wrote:
>> diff --git a/.gitignore b/.gitignore
>> index 58df93d..a484160 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -20,6 +20,7 @@ hooks
>>  *.o
>>  *.lo
>>  *la
>> +.libs
>>  
>>  # Ignore latex intermediate files
>>  *.aux
> 
> I suggest using the standard X.Org .gitignore instead.

I didn't do this originally because there are some extra patterns specific to
Apple hosts in there.

Attached is an updated patch which uses the standard  X.org .gitignore, with
my guess at those extra patterns which were actually useful added.

-------------- next part --------------
>From c9352382e6297662e9e1a13ffdd8910b5712e28f Mon Sep 17 00:00:00 2001
From: Jon TURNEY <jon.turney at dronecode.org.uk>
Date: Thu, 1 Nov 2012 14:42:29 +0000
Subject: [PATCH libxcwm] Use standard X.Org .gitignore

Also keep a few Apple specific patterns

Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
---
 .gitignore |  127 +++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 75 insertions(+), 52 deletions(-)

diff --git a/.gitignore b/.gitignore
index 58df93d..1ced7ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,62 +1,85 @@
-# Files for git to ignore
 #
-
-# Ignore local git metadata
-HEAD
-description
-config
-info
-hooks
-
-# Ignore the .DS_Store files that Apple seems to want in every directory
-.DS_Store
-
-# Ignore emacs temp files and emacs desktop files
-*~
-.emacs.desktop
-.emacs.desktop.lock
-
-# Ignore object files
-*.o
-*.lo
-*la
-
-# Ignore latex intermediate files
-*.aux
-*.out
-*.log
-
-# Executables to ignore
-lpxcb-ex
-
-# Xcode files to ignore 
-#project.pbxproj
-xcuserdata/
-xcuserdatad/
-
-# Autotools files to ignore
-config.status
+#		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/
+autoscan.log
+ChangeLog
 compile
-config.h
-Makefile
-Makefile.in
-libtool
-install-sh
-ltmain.sh
 config.guess
+config.h
 config.h.in
-configure
-stamp-h1
-.deps
-aclocal.m4
-autom4te.cache
+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
+mkinstalldirs
+*.pc
+py-compile
+stamp-h?
+symlink-tree
+texinfo.tex
+ylwrap
 
-# Merge and patch files to ignore
-*.orig
+#	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 libxcwm
+#
+#		Edit the following section as needed
+# For example, !report.pc overrides *.pc. See 'man gitignore'
+#
 
-# ignore generated pkg-config files
-*.pc
+# Ignore the .DS_Store files that Apple seems to want in every directory
+.DS_Store
+
+# Xcode files to ignore
+xcuserdata/
+xcuserdatad/
-- 
1.7.9



More information about the xorg-devel mailing list