summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-12-30 20:51:35 +0100
committerHenrik Rydberg <rydberg@euromail.se>2011-01-02 09:18:44 +0100
commit41197333c6779832bd718fa55ed1b17d97e02304 (patch)
treeb907e56978a81305e838e52be366c95f11dcf549 /.gitignore
parent4b0f0873f91f7f37106fa39c6b8b5fa74f6a3dcc (diff)
Switch to autotools
To simplify the creation of packages for mtview, swtich to using the autoconf make tools. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore84
1 files changed, 82 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 1746e32..1d78364 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,82 @@
1bin 1#
2obj 2# X.Org module default exclusion patterns
3# The next section if for module specific patterns
4#
5# Do not edit the following section
6# GNU Build System (Autotools)
7aclocal.m4
8autom4te.cache/
9autoscan.log
10ChangeLog
11compile
12config.guess
13config.h
14config.h.in
15config.log
16config-ml.in
17config.py
18config.status
19config.status.lineno
20config.sub
21configure
22configure.scan
23depcomp
24.deps/
25install-sh
26.libs/
27libtool
28libtool.m4
29ltmain.sh
30lt~obsolete.m4
31ltoptions.m4
32ltsugar.m4
33ltversion.m4
34Makefile
35Makefile.in
36mdate-sh
37missing
38mkinstalldirs
39*.pc
40py-compile
41stamp-h?
42symlink-tree
43texinfo.tex
44ylwrap
45
46# Do not edit the following section
47# Edit Compile Debug Document Distribute
48*~
49*.[0-9]
50*.[0-9]x
51*.bak
52*.bin
53core
54*.dll
55*.exe
56*-ISO*.bdf
57*-JIS*.bdf
58*-KOI8*.bdf
59*.kld
60*.ko
61*.ko.cmd
62*.lai
63*.l[oa]
64*.[oa]
65*.obj
66*.patch
67*.so
68*.pcf.gz
69*.pdb
70*.tar.bz2
71*.tar.gz
72#
73# Add & Override patterns for mtdev
74#
75# Edit the following section as needed
76# For example, !report.pc overrides *.pc. See 'man gitignore'
77#
78.bzrignore
79.bzr
80patches
81tools/mtview
82