diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-21 15:37:39 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-21 15:37:39 +0000 |
| commit | b7c23bc5e113a426c07a48d39f65db70224439ea (patch) | |
| tree | a0ed1d6baf82f8671997b7cc166f9ee8ac7ae9fd | |
| parent | 707972408b72421508a391ccc1e5066d04f7bd5f (diff) | |
CVS ignore files...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1889 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -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 |
