diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-12-30 20:51:35 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-01-02 09:18:44 +0100 |
| commit | 41197333c6779832bd718fa55ed1b17d97e02304 (patch) | |
| tree | b907e56978a81305e838e52be366c95f11dcf549 /.gitignore | |
| parent | 4b0f0873f91f7f37106fa39c6b8b5fa74f6a3dcc (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-- | .gitignore | 84 |
1 files changed, 82 insertions, 2 deletions
| @@ -1,2 +1,82 @@ | |||
| 1 | bin | 1 | # |
| 2 | obj | 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) | ||
| 7 | aclocal.m4 | ||
| 8 | autom4te.cache/ | ||
| 9 | autoscan.log | ||
| 10 | ChangeLog | ||
| 11 | compile | ||
| 12 | config.guess | ||
| 13 | config.h | ||
| 14 | config.h.in | ||
| 15 | config.log | ||
| 16 | config-ml.in | ||
| 17 | config.py | ||
| 18 | config.status | ||
| 19 | config.status.lineno | ||
| 20 | config.sub | ||
| 21 | configure | ||
| 22 | configure.scan | ||
| 23 | depcomp | ||
| 24 | .deps/ | ||
| 25 | install-sh | ||
| 26 | .libs/ | ||
| 27 | libtool | ||
| 28 | libtool.m4 | ||
| 29 | ltmain.sh | ||
| 30 | lt~obsolete.m4 | ||
| 31 | ltoptions.m4 | ||
| 32 | ltsugar.m4 | ||
| 33 | ltversion.m4 | ||
| 34 | Makefile | ||
| 35 | Makefile.in | ||
| 36 | mdate-sh | ||
| 37 | missing | ||
| 38 | mkinstalldirs | ||
| 39 | *.pc | ||
| 40 | py-compile | ||
| 41 | stamp-h? | ||
| 42 | symlink-tree | ||
| 43 | texinfo.tex | ||
| 44 | ylwrap | ||
| 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 | ||
| 53 | core | ||
| 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 | ||
| 80 | patches | ||
| 81 | tools/mtview | ||
| 82 | |||
