aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-04-22 20:30:20 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2008-05-05 11:19:40 +0300
commit90be8560f9053c6a83d66371945ceee881e20b15 (patch)
tree9363e77c4a4f92e48f1d5b765db08500992cecc1 /.gitignore
downloaddico-90be8560f9053c6a83d66371945ceee881e20b15.tar.gz
dico-90be8560f9053c6a83d66371945ceee881e20b15.tar.bz2
Finish new makedict.
* makedict/Makefile.am: Add romaji.c. * makedict/romaji.c: Rewrite from scratch. * makedict/index.c: Implement all indexes. * makedict/makedict.h (romaji_out_fn): New data type. (kana_to_romaji,kana_to_romaji_str): New prototypes.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..150bac7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,22 @@
+.emacs.desktop
+INSTALL
+Makefile.in
+TAGS
+aclocal.m4
+build-aux
+config.h.in
+core
+gmon.out
+*~
+*.o
+*.a
+*.tar.gz
+*.tar.bz2
+configure
+autom4te.cache
+Makefile
+.deps
+config.h
+config.log
+config.status
+stamp-h1

Return to:

Send suggestions and report system problems to the System administrator.