diff options
| -rw-r--r-- | .cvsignore | 9 | ||||
| -rw-r--r-- | FL/.cvsignore | 2 | ||||
| -rw-r--r-- | documentation/.cvsignore | 14 | ||||
| -rw-r--r-- | fluid/.cvsignore | 2 | ||||
| -rw-r--r-- | makefiles/.cvsignore | 1 | ||||
| -rw-r--r-- | src/.cvsignore | 4 | ||||
| -rw-r--r-- | test/.cvsignore | 80 | ||||
| -rw-r--r-- | visualc/.cvsignore | 1 |
8 files changed, 113 insertions, 0 deletions
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 |
