summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-11-01 14:42:29 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-11-21 14:02:07 +0000
commitc9352382e6297662e9e1a13ffdd8910b5712e28f (patch)
tree703d417dcc0e9757b51efd88df452eecb7b67d42
parent0c8107577126607d6060d9ff1d30305e023b6ec5 (diff)
Use standard X.Org .gitignore
Also keep a few Apple specific patterns Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
-rw-r--r--.gitignore127
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/