~chasedouglas/grail/original-touch-state

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Henrik Rydberg
  • Date: 2010-07-13 09:26:46 UTC
  • Revision ID: git-v1:3b837806891de6cf77d4d74d04567e7e68c82fc0
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>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
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
test/touch
 
80
test/grail
 
81
patches
 
82
.bzr
 
83
.bzrignore