From b7c23bc5e113a426c07a48d39f65db70224439ea Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 21 Dec 2001 15:37:39 +0000 Subject: CVS ignore files... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1889 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- .cvsignore | 9 ++++++ FL/.cvsignore | 2 ++ documentation/.cvsignore | 14 +++++++++ fluid/.cvsignore | 2 ++ makefiles/.cvsignore | 1 + src/.cvsignore | 4 +++ test/.cvsignore | 80 ++++++++++++++++++++++++++++++++++++++++++++++++ visualc/.cvsignore | 1 + 8 files changed, 113 insertions(+) create mode 100644 .cvsignore create mode 100644 FL/.cvsignore create mode 100644 documentation/.cvsignore create mode 100644 fluid/.cvsignore create mode 100644 makefiles/.cvsignore create mode 100644 src/.cvsignore create mode 100644 test/.cvsignore create mode 100644 visualc/.cvsignore diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 000000000..7b7eb8a9d --- /dev/null +++ b/.cvsignore @@ -0,0 +1,9 @@ +config.cache +config.h +config.log +config.status +configure +fltk-config +fltk.list +makeinclude +*.bck diff --git a/FL/.cvsignore b/FL/.cvsignore new file mode 100644 index 000000000..95b73dcc4 --- /dev/null +++ b/FL/.cvsignore @@ -0,0 +1,2 @@ +Makefile +*.bck diff --git a/documentation/.cvsignore b/documentation/.cvsignore new file mode 100644 index 000000000..4c72a36ba --- /dev/null +++ b/documentation/.cvsignore @@ -0,0 +1,14 @@ +.xvpics +fltk.0 +fltk.3 +fltk-config.0 +fltk-config.1 +fltk-config.z +fltk.d +fltk.pdf +fltk.ps +fltk.z +fluid.0 +fluid.1 +fluid.z +*.bck diff --git a/fluid/.cvsignore b/fluid/.cvsignore new file mode 100644 index 000000000..e83738084 --- /dev/null +++ b/fluid/.cvsignore @@ -0,0 +1,2 @@ +fluid +*.bck diff --git a/makefiles/.cvsignore b/makefiles/.cvsignore new file mode 100644 index 000000000..3df5b2055 --- /dev/null +++ b/makefiles/.cvsignore @@ -0,0 +1 @@ +*.bck diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 000000000..ccf828a77 --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,4 @@ +*.so* +*.sl* +*.a +*.bck diff --git a/test/.cvsignore b/test/.cvsignore new file mode 100644 index 000000000..e63e1dc9e --- /dev/null +++ b/test/.cvsignore @@ -0,0 +1,80 @@ +CubeView +CubeViewUI.cxx +CubeViewUI.h +adjuster +arc +ask +bitmap +boxtype +browser +button +buttons +checkers +clock +colbrowser +color_chooser +cube +cursor +curve +demo +doublebuffer +editor +fast_slow +fast_slow.cxx +fast_slow.h +file_chooser +fonts +forms +fractals +fullscreen +gl_overlay +glpuzzle +hello +help +iconize +image +inactive +inactive.cxx +inactive.h +input +keyboard +keyboard_ui.cxx +keyboard_ui.h +label +line_style +list_visuals +mandelbrot +mandelbrot_ui.cxx +mandelbrot_ui.h +menubar +message +minimum +navigation +output +overlay +pack +pixmap +pixmap_browser +radio +radio.cxx +radio.h +resize.cxx +resize.h +resizebox +scroll +shape +shiny +shiny_panel.cxx +shiny_panel.h +subwindow +symbols +tabs +tabs.cxx +tabs.h +threads +tile +tiled_image +valuators +valuators.cxx +valuators.h +*.bck diff --git a/visualc/.cvsignore b/visualc/.cvsignore new file mode 100644 index 000000000..3df5b2055 --- /dev/null +++ b/visualc/.cvsignore @@ -0,0 +1 @@ +*.bck -- cgit v1.2.3