diff options
author | paul <paul> | 2005-04-11 22:22:09 +0200 |
---|---|---|
committer | paul <paul> | 2005-04-11 22:22:09 +0200 |
commit | c75494ca286c23d065f6a1ea147016b934ef9646 (patch) | |
tree | 91f0e9d9f6045a9002d502e099ff099a28e68cca /solaris | |
parent | 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu> (diff) | |
download | frr-c75494ca286c23d065f6a1ea147016b934ef9646.tar.xz frr-c75494ca286c23d065f6a1ea147016b934ef9646.zip |
2005-04-11 Paul Jakma <paul.jakma@sun.com>
* .cvsignore: Add built files
Diffstat (limited to 'solaris')
-rw-r--r-- | solaris/.cvsignore | 11 | ||||
-rw-r--r-- | solaris/ChangeLog | 4 |
2 files changed, 12 insertions, 3 deletions
diff --git a/solaris/.cvsignore b/solaris/.cvsignore index 06ace826a..cb1ec877c 100644 --- a/solaris/.cvsignore +++ b/solaris/.cvsignore @@ -1,4 +1,13 @@ Makefile Makefile.in ?.manifest - +*.xml +pkginfo.*.full +pkginfo.tmpl +prototype.daemons +prototype.dev +prototype.doc +prototype.libs +quagga.init +*.pkg +*.pkg.gz diff --git a/solaris/ChangeLog b/solaris/ChangeLog index eb5d67952..72fb0f812 100644 --- a/solaris/ChangeLog +++ b/solaris/ChangeLog @@ -10,5 +10,5 @@ * Makefile.am: Automake file for building packages * depend.*: Solaris 10 dependencies for packages, referenced by prototype files. - * .cvsignore: no idea what this is for... - * README.txt: new file, package creation, install, usage notes. + * .cvsignore: Add built files + * README.txt: new file, package creation, install, usage notes.
\ No newline at end of file |