[Glamor] [PATCH 1/8] .gitignore: use default X.Org toplevel gitignore

Gaetan Nadon memsize at videotron.ca
Tue Dec 10 08:13:25 PST 2013


Same pattern as all other modules.
This module was not git ignoring any file.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 .gitignore    |   68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 m4/.gitignore |    5 +++++
 2 files changed, 73 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2b8c0e4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,68 @@
+# 	GNU Build System (Autotools)
+aclocal.m4
+*.announce
+autom4te.cache/
+autoscan.log
+build-aux/
+ChangeLog
+compile
+config.cache
+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
+.dirstamp
+INSTALL
+install-sh
+libtool
+ltmain.sh
+Makefile
+Makefile.in
+mdate-sh
+missing
+mkinstalldirs
+stamp-h?
+# 	Edit Compile Debug Document Distribute
+*~
+*.[0-9]
+*.[0-9]x
+*.bak
+*.bin
+core
+.deps/
+*.dll
+*.exe
+*.gcda
+*.gcno
+*.gcov
+*.kld
+*.ko
+*.ko.cmd
+*.lai
+.libs/
+*.l[oa]
+*.[oa]
+*.objq
+*.patch
+*.pc
+*.pdb
+*.pyc
+py-compile
+*.pyo
+*.so
+symlink-tree
+tags
+*.tar.bz2
+*.tar.gz
+*.tar.xz
+texinfo.tex
+ylwrap
+# 	Global Application Specific Files
diff --git a/m4/.gitignore b/m4/.gitignore
index e69de29..38066dd 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -0,0 +1,5 @@
+libtool.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4
+lt~obsolete.m4
-- 
1.7.9.5



More information about the Glamor mailing list