diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-09-18 19:10:11 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-09-18 19:10:11 +0200 |
| commit | 9bec5056ec35008afd4d68528718fd4519cd3503 (patch) | |
| tree | 886fb51f744ed50a1fbdf6615f80be513fa488f0 /.gitignore | |
Initial evemu commit
Evemu is a kernel device and emulator, which allows for remote
creation and testing of arbitrary devices.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7264e9d --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,86 @@ | |||
| 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 | config-aux/ | ||
| 10 | autoscan.log | ||
| 11 | ChangeLog | ||
| 12 | compile | ||
| 13 | config.guess | ||
| 14 | config.h | ||
| 15 | config.h.in | ||
| 16 | config.log | ||
| 17 | config-ml.in | ||
| 18 | config.py | ||
| 19 | config.status | ||
| 20 | config.status.lineno | ||
| 21 | config.sub | ||
| 22 | configure | ||
| 23 | configure.scan | ||
| 24 | depcomp | ||
| 25 | .deps/ | ||
| 26 | install-sh | ||
| 27 | .libs/ | ||
| 28 | libtool | ||
| 29 | libtool.m4 | ||
| 30 | ltmain.sh | ||
| 31 | lt~obsolete.m4 | ||
| 32 | ltoptions.m4 | ||
| 33 | ltsugar.m4 | ||
| 34 | ltversion.m4 | ||
| 35 | Makefile | ||
| 36 | Makefile.in | ||
| 37 | mdate-sh | ||
| 38 | missing | ||
| 39 | mkinstalldirs | ||
| 40 | *.pc | ||
| 41 | py-compile | ||
| 42 | stamp-h? | ||
| 43 | symlink-tree | ||
| 44 | texinfo.tex | ||
| 45 | ylwrap | ||
| 46 | |||
| 47 | # Do not edit the following section | ||
| 48 | # Edit Compile Debug Document Distribute | ||
| 49 | *~ | ||
| 50 | *.[0-9] | ||
| 51 | *.[0-9]x | ||
| 52 | *.bak | ||
| 53 | *.bin | ||
| 54 | core | ||
| 55 | *.dll | ||
| 56 | *.exe | ||
| 57 | *-ISO*.bdf | ||
| 58 | *-JIS*.bdf | ||
| 59 | *-KOI8*.bdf | ||
| 60 | *.kld | ||
| 61 | *.ko | ||
| 62 | *.ko.cmd | ||
| 63 | *.lai | ||
| 64 | *.l[oa] | ||
| 65 | *.[oa] | ||
| 66 | *.obj | ||
| 67 | *.patch | ||
| 68 | *.so | ||
| 69 | *.pcf.gz | ||
| 70 | *.pdb | ||
| 71 | *.tar.bz2 | ||
| 72 | *.tar.gz | ||
| 73 | # | ||
| 74 | # Add & Override patterns for mtdev | ||
| 75 | # | ||
| 76 | # Edit the following section as needed | ||
| 77 | # For example, !report.pc overrides *.pc. See 'man gitignore' | ||
| 78 | # | ||
| 79 | tools/evemu-describe | ||
| 80 | tools/evemu-echo | ||
| 81 | tools/evemu-device | ||
| 82 | tools/evemu-record | ||
| 83 | tools/evemu-play | ||
| 84 | patches | ||
| 85 | .bzr | ||
| 86 | .bzrignore | ||
