From 24cd1979f6aa44058352f1413749751e572c90e9 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 6 Mar 2011 12:46:58 +0100 Subject: gitignore: Split the long list into sections --- .gitignore | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cda5e42..9e40aab 100644 --- a/.gitignore +++ b/.gitignore @@ -2,18 +2,27 @@ # These are the files that we generate and will probably be differene # for every change... # see gitignore(5) for details -autom4te.cache + +# Patterns matching built files in many subdirs .deps *.o *.a -#These are all generated files under openrasdaman +*.class +*.war + +# Generated by autoreconf run +/autom4te.cache + +# Generated by ./configure run +/config.log +/config.status + +# These are all generated files under openrasdaman applications/rasql/rasql clientcomm/rpcif.h clientcomm/rpcif_clnt.cc clientcomm/rpcif_svc.cc clientcomm/rpcif_xdr.c -config.log -config.status insertutils/insertppm qlparser/lex.cc qlparser/oql.cc @@ -51,7 +60,5 @@ bin/start_rasdaman.sh bin/stop_rasdaman.sh bin/rasmgr.conf insertutils/insertdemo.sh -*.class -*.war dbparams.properties petascope/doc/ -- cgit