summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA: Updated gitignore to not ignore files name config.shDarryl L. Pierce2013-09-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527607 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4837: add git ignore for bonecp lib dirRobert Gemmell2013-07-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1506001 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3994: move the deps for the optional charting module over to being ↵Robert Gemmell2012-05-121-0/+2
| | | | | | retrieved using Ivy git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1337589 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3994: use Ivy to download the main component dependencies during the ↵Robert Gemmell2012-05-111-0/+2
| | | | | | build, and the optional bdb-je dependency on request, enabling removal of the main component dependencies from the repository and the 'source release' artifacts. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1337211 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3945: add the generated Eclipse projects 'classes' output folder to ↵Robert Gemmell2012-04-131-0/+1
| | | | | | | | .gitignore Applied patch from Phil Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1325734 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3603: Install scripts and configuration for qpid HA rgmanager integration.Alan Conway2012-03-271-1/+1
| | | | | | | qpid/bin/install-cpp-python: installs c++ and python builds. qpid/cpp/etc/Makefile.am: installs init.d scripts. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1305851 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3751 Committing patch from Weston Price.Rajith Muditha Attapattu2012-03-081-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1298597 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3504: add the Java broker bdbstore to the build as an optional moduleRobert Gemmell2011-09-241-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1175235 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3213: add ant+ivy task for uploading the client+common mavent artifacts ↵Robert Gemmell2011-04-191-0/+1
| | | | | | to a staging repo in the ASF Nexus instance git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1095038 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3160: Check in pre-generated man pageAlan Conway2011-03-221-3/+2
| | | | | | | | | | | | | Previously the man page was generated automatically from the output of qpidd --help. To make a distribution, you had to build the entire source tree just to generate the man page. This automation was of limited value as the core broker options do not change often. This commit includes a pre-generated man page. At each release we will manually re-generate and check in a new man page. Instructions are provided in docs/man/Makefile.am git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1084282 13f79535-47bb-0310-9956-ffa450edef68
* Add ASF licence to the git ignore filesRobert Gemmell2010-10-281-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028476 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2857: Remove the FindBugs binarys from the repository and add ↵Robert Gemmell2010-09-271-1/+2
| | | | | | | | | instructions on how to download and use it. This is necessary because whilst its deps are fine, FindBugs itself is LGPL licenced. It also doesnt hurt to remove 15MB of optional binaries from the release. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1001951 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvements to brokertest framework.Alan Conway2010-03-031-2/+1
| | | | | | | | | | - fixed bug in use of host() - check for existence of executables - more efficient error_line impl - check both *.err and *.out for error line git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@918578 13f79535-47bb-0310-9956-ffa450edef68
* Add workspace to ignored files.Aidan Skinner2009-08-261-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@807945 13f79535-47bb-0310-9956-ffa450edef68
* Watchdog feature to remove unresponsive cluster nodes.Alan Conway2009-08-101-1/+1
| | | | | | | | | | | | | | | | | In some intstances (e.g. while resolving an error) it's possible for a hung process to hang the entire cluster as they wait for its response. The cluster can handle terminated processes but hung processes present a problem. If the watchdog plugin is loaded and --watchdog-interval is set then the broker forks a child process that runs a very simple watchdog program, and starts a timer in the broker process to signal the watchdog every interval/2 seconds. The watchdog kills its parent if it does not receive a signal for interval seconds. This allows a stuck broker to be removed from the cluster so other cluster members can continue. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@802927 13f79535-47bb-0310-9956-ffa450edef68
* Update velocity.log ignore to be velocity.log*Martin Ritchie2009-07-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797458 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-151-32/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794325 13f79535-47bb-0310-9956-ffa450edef68
* Add some cpp and cobertura filesAidan Skinner2009-02-031-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@740270 13f79535-47bb-0310-9956-ffa450edef68
* Update gitignore for mac os x development (.DS_Store) and added release and ↵Martin Ritchie2008-12-021-2/+4
| | | | | | target directories correctly to ignore list git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722667 13f79535-47bb-0310-9956-ffa450edef68
* Modified line 'config.*' to be 'config\.*' as this was matching directory ↵Martin Ritchie2008-11-271-1/+1
| | | | | | /configuration/ which was not intended. Verified that it still ignores config.guess etc. in the cpp build. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721134 13f79535-47bb-0310-9956-ffa450edef68
* Add Windows-related itemsStephen D. Huston2008-09-121-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@694814 13f79535-47bb-0310-9956-ffa450edef68
* Reverted the addition of *.rej and *.orig so we can see them in a status list.Martin Ritchie2008-08-081-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@683948 13f79535-47bb-0310-9956-ffa450edef68
* Updated gitignore with cpp example output and other generated filesMartin Ritchie2008-07-151-2/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@676879 13f79535-47bb-0310-9956-ffa450edef68
* Added comment to gitignore to explain previous additionsMartin Ritchie2008-06-271-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@672303 13f79535-47bb-0310-9956-ffa450edef68
* Added qpid/java/release to ignore listMartin Ritchie2008-06-271-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@672296 13f79535-47bb-0310-9956-ffa450edef68
* Updated .gitignore with Intelij project filesMartin Ritchie2008-06-261-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@671850 13f79535-47bb-0310-9956-ffa450edef68
* Add more filesAidan Skinner2008-05-221-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@659101 13f79535-47bb-0310-9956-ffa450edef68
* add ignore fileAidan Skinner2008-05-141-0/+3
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@656299 13f79535-47bb-0310-9956-ffa450edef68