diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-26 12:03:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-26 12:03:13 +0000 |
| commit | 5029fc97c81c25c8934989722985e772079bc166 (patch) | |
| tree | d48ad5f7b54580008a5999ca023d3bbd7696fcb0 | |
| parent | e32610e7b1a18cd9bd411073ae1b927691e4bcd9 (diff) | |
add newish stuff
| -rw-r--r-- | .cvsignore | 2 | ||||
| -rw-r--r-- | otk/.cvsignore | 27 | ||||
| -rw-r--r-- | po/.cvsignore | 8 | ||||
| -rw-r--r-- | scripts/.cvsignore | 2 | ||||
| -rw-r--r-- | src/.cvsignore | 1 |
5 files changed, 40 insertions, 0 deletions
@@ -20,3 +20,5 @@ mkinstalldirs missing install-sh depcomp +m4 +config.rpath diff --git a/otk/.cvsignore b/otk/.cvsignore index 66d6c2be..1412c5bf 100644 --- a/otk/.cvsignore +++ b/otk/.cvsignore @@ -4,3 +4,30 @@ Makefile.in otk_test otk_wrap.cc otk.py +.libs +application.lo +appwidget.lo +button.lo +color.lo +configuration.lo +display.lo +eventdispatcher.lo +eventhandler.lo +focuslabel.lo +focuswidget.lo +font.lo +gccache.lo +image.lo +imagecontrol.lo +label.lo +libotk.la +otk_wrap.lo +property.lo +rect.lo +screeninfo.lo +style.lo +texture.lo +timer.lo +timerqueuemanager.lo +util.lo +widget.lo diff --git a/po/.cvsignore b/po/.cvsignore index 3c4b79d0..cd716db5 100644 --- a/po/.cvsignore +++ b/po/.cvsignore @@ -3,3 +3,11 @@ Makefile.in POTFILES openbox.pot remove-potcdate.sed +Makefile.in.in +Rules-quot +boldquot.sed +en@boldquot.header +en@quot.header +insert-header.sin +quot.sed +remove-potcdate.sin diff --git a/scripts/.cvsignore b/scripts/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/scripts/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/src/.cvsignore b/src/.cvsignore index 48bb3aad..07d1d7c5 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -3,3 +3,4 @@ Makefile.in openbox3 .deps .libs +openbox.py |
