.hgignore
author Tero Marttila <terom@fixme.fi>
Tue, 18 Nov 2008 01:55:13 +0200
changeset 41 6abda2fa4579
parent 11 a4e382d4a22a
child 52 f5037572c326
child 57 527d23bf6441
permissions -rw-r--r--
touch up the Makefile, define err_t as unsigned int in error.h, and add some preliminary interrupt support, although it will always deadlock due to a bug in libfuse
1
b31db3248246 a working hello
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     1
type: re
b31db3248246 a working hello
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     2
b31db3248246 a working hello
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     3
^bin/
b31db3248246 a working hello
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     4
^obj/
11
a4e382d4a22a Makefile fixes, build/deps
Tero Marttila <terom@fixme.fi>
parents: 1
diff changeset
     5
^build/deps/
1
b31db3248246 a working hello
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     6
\.[^/]+.sw[op]$