summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@bitmath.org>2010-07-13 11:26:46 +0200
committerHenrik Rydberg <rydberg@bitmath.org>2010-07-13 11:26:46 +0200
commit3b837806891de6cf77d4d74d04567e7e68c82fc0 (patch)
tree88073a81fa5be071f52a0999134fbd93d2881819 /.gitignore
Gesture Recognition And Instantiation Library (grail)
The aim of this first commit is to get down to hard testing of concepts, and the library currently has two test programs, touch and grail, which can be run on commandline. Touch tests the touch interface, and grail tests the gesture interface. Expect thinking errors and some glitches. Other than that, the code runs fine. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore83
1 files changed, 83 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..904dc45
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,83 @@
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)
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
26install-sh
27.libs/
28libtool
29libtool.m4
30ltmain.sh
31lt~obsolete.m4
32ltoptions.m4
33ltsugar.m4
34ltversion.m4
35Makefile
36Makefile.in
37mdate-sh
38missing
39mkinstalldirs
40*.pc
41py-compile
42stamp-h?
43symlink-tree
44texinfo.tex
45ylwrap
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
54core
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#
79test/touch
80test/grail
81patches
82.bzr
83.bzrignore