Created .cvsignore files

svn path=/trunk/boinc/; revision=1320
This commit is contained in:
Karl Chen 2003-06-06 19:04:24 +00:00
parent defe655731
commit fa9b342902
5 changed files with 11 additions and 3 deletions

1
.cvsignore Normal file
View File

@ -0,0 +1 @@
config.h

3
client/.cvsignore Normal file
View File

@ -0,0 +1,3 @@
*.xml
projects
slots

View File

@ -1227,7 +1227,7 @@ maintainer-clean-generic:
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
clean-am: clean-binPROGRAMS clean-generic clean-local mostlyclean-am
distclean: distclean-am
@ -1271,7 +1271,7 @@ ps-am:
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
clean-binPROGRAMS clean-generic ctags distclean \
clean-binPROGRAMS clean-generic clean-local ctags distclean \
distclean-compile distclean-depend distclean-generic \
distclean-tags distdir dvi dvi-am info info-am install \
install-am install-binPROGRAMS install-data install-data-am \
@ -1302,6 +1302,9 @@ all-local: @CLIENT_BIN_FILENAME@
@CLIENT_BIN_FILENAME@: boinc_client
rm -f @CLIENT_BIN_FILENAME@
ln boinc_client @CLIENT_BIN_FILENAME@
clean-local:
rm @CLIENT_BIN_FILENAME@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

2
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac Revision: a.b.c.d.
# From configure.ac Revision: 1.1 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for BOINC 1.02.
#

1
test/.cvsignore Normal file
View File

@ -0,0 +1 @@
version.inc