*** empty log message ***
authorhanda <handa>
Sat, 23 Nov 2002 01:07:23 +0000 (01:07 +0000)
committerhanda <handa>
Sat, 23 Nov 2002 01:07:23 +0000 (01:07 +0000)
.cvsignore
src/.cvsignore [new file with mode: 0644]
src/Makefile.am

index 037cd27..44abe1e 100644 (file)
@@ -1,18 +1,3 @@
-*.lo
-*.la
-src/stamp-h.in
-src/stamp-h
-src/config.h
-src/Makefile.in
-src/Makefile
-src/.libs
-src/.deps
-example/otfdump
-example/otfdraw
-example/Makefile.in
-example/Makefile
-example/.libs
-example/.deps
 otflib-config
 libtool
 configure
diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644 (file)
index 0000000..2f4f343
--- /dev/null
@@ -0,0 +1,11 @@
+stamp-h.in
+stamp-h
+otf-util.lo
+otf-proc.lo
+otf-open.lo
+libotf.la
+config.h
+Makefile.in
+Makefile
+.libs
+.deps
index 0d5401e..7db8e1f 100644 (file)
@@ -7,4 +7,3 @@ libotf_la_SOURCES = \
        otf-proc.c
 
 include_HEADERS = otf.h
-