diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-07 16:35:12 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-07 16:35:12 +0200 |
| commit | d148161bfd304ddb155d99fb1eda7b270da8054a (patch) | |
| tree | e4c82909465f26846f49b058385a303b9352002f | |
| parent | 1c740a0c1bba04ca524c8465dade6fe8d1741070 (diff) | |
Ignore more stuff
| -rw-r--r-- | .gitignore | 81 |
1 files changed, 81 insertions, 0 deletions
| @@ -1 +1,82 @@ | |||
| 1 | # | ||
| 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 | ||
| 1 | .bzr | 79 | .bzr |
| 80 | patches | ||
| 81 | test/grail-gesture | ||
| 82 | test/grail-touch | ||
