Revision 6304c816c9c5bd1bd60bedae42aa70b98bfeb1cf authored by John Chilton on 15 January 2015, 21:01:33 UTC, committed by John Chilton on 15 January 2015, 21:01:33 UTC
1 parent 136239b
Raw File
.hgignore
syntax: regexp

\.svn$

syntax: glob

.hg*
# Downloaded and locally built eggs
eggs
scripts/scramble/build
scripts/scramble/lib
scripts/scramble/archives

# Python virtualenv
.venv

# Database stuff
database/beaker_sessions
database/citations
database/community_files
database/compiled_templates
database/files
database/job_working_directory
database/pbs
database/tmp
database/*.sqlite
database/openid_consumer_cache

# Python bytecode
*.pyc

# Galaxy Runtime Files
paster.lock
paster.log
paster.pid

# Tool Shed Runtime Files
tool_shed_webapp.lock
tool_shed_webapp.log
tool_shed_webapp.pid
hgweb.config*
lib/tool_shed/scripts/bootstrap_tool_shed/user_info.xml

# Reports Runtime Files
reports_webapp.lock
reports_webapp.log
reports_webapp.pid

# Config files
universe_wsgi.ini
reports_wsgi.ini
tool_shed_wsgi.ini

# Config files.
datatypes_conf.xml
tool_conf.xml
external_service_types_conf.xml
migrated_tools_conf.xml
shed_tool_conf.xml
tool_data_table_conf.xml
tool_sheds_conf.xml
integrated_tool_panel.xml
openid_conf.xml
shed_tool_data_table_conf.xml
job_conf.xml
data_manager_conf.xml
shed_data_manager_conf.xml
object_store_conf.xml
job_metrics_conf.xml
config/*
static/welcome.html.*
static/welcome.html

# Tool data.
tool-data/annotation_profiler_options.xml
tool-data/annotation_profiler_valid_builds.txt
tool-data/gatk_annotations.txt
tool-data/gd.restriction_enzymes.txt
tool-data/gd.species.txt
tool-data/shared/igv/igv_build_sites.txt
tool-data/shared/rviewer/rviewer_build_sites.txt
tool-data/shared/ncbi/builds.txt
tool-data/shared/ucsc/builds.txt
tool-data/shared/ensembl/builds.txt
tool-data/shared/ucsc/publicbuilds.txt
tool-data/shared/ucsc/ucsc_build_sites.txt
tool-data/*.loc
tool-data/genome/*

# Test output
run_functional_tests.html
test/tool_shed/tmp/*
.coverage
htmlcov
run_unit_tests.html
test/unit/**.log

# Project files
*.kpf

# Chrom len files
*.len

# Jars
tool-data/shared/jars/

# CSS build artifacts.
sprite-*.less

# Local node_modules directories
node_modules

# Testing
selenium-server.jar
selenium_results.html

# Documentation build files.
doc/build

# Misc
*.orig
.DS_Store
*.rej
*~

back to top