Skip to content

Commit

Permalink
Add .gitignore rules for in-place builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
lektu committed Mar 3, 2009
1 parent f08ee03 commit 945b76e
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -1,3 +1,7 @@
autom4te.cache
makefile

/bin/
/site-lisp/

# arch-tag: 75cd3c50-1875-4814-8360-190f7de38302
3 changes: 3 additions & 0 deletions etc/.gitignore
@@ -0,0 +1,3 @@
DOC
DOC-*
icons/
1 change: 1 addition & 0 deletions leim/.gitignore
@@ -1,3 +1,4 @@
*.elc
leim-list.el

# arch-tag: 652dce56-7a2f-46ff-8699-c3289ccdc165
21 changes: 21 additions & 0 deletions leim/quail/.gitignore
@@ -0,0 +1,21 @@
4Corner.el
ARRAY30.el
CCDOSPY.el
CTLau-b5.el
CTLau.el
ECDICT.el
ETZY.el
PY-b5.el
PY.el
Punct-b5.el
Punct.el
QJ-b5.el
QJ.el
SW.el
TONEPY.el
ZIRANMA.el
ZOZY.el
quick-b5.el
quick-cns.el
tsang-b5.el
tsang-cns.el
7 changes: 7 additions & 0 deletions lib-src/.gitignore
@@ -0,0 +1,7 @@
DOC
ctags.c
getopt.h
stamp_BLD

oo/
oo-spd/
5 changes: 5 additions & 0 deletions nt/.gitignore
@@ -0,0 +1,5 @@
config.log
stamp_BLD

oo/
oo-spd/
6 changes: 6 additions & 0 deletions src/.gitignore
@@ -0,0 +1,6 @@
config.h
epaths.h
stamp_BLD

oo/
oo-spd/

0 comments on commit 945b76e

Please sign in to comment.