# use glob syntax.
syntax: glob

*.pyc
*.swp
*~
.*
*.bak
*.iml # JetBrains (PyCharm/IDEA) project files
*.rrd
.idea/*
npm-debug.log

# Generated doc and build dirs
doc/_build
doc/html

# All sorts of filed generated from .in templates.
python/nav/buildconf.py
etc/webfront/webfront.conf
etc/apache/apache.conf
etc/alertengine.conf
etc/logger.conf
etc/pping.conf
etc/servicemon.conf
etc/smsd.conf
etc/snmptrapd.conf

# Compiled Cheetah templates
python/nav/web/templates/*.py

# Files generated by tools/ (developer tools)
tools/virtual-appliance/nav-virtual-appliance
tools/virtual-appliance/packer_cache

syntax: regexp

# These directories conist of only generated files.
# The source files to version all end with .in extensions.
^etc/init\.d/[^.]+$
^etc/cron\.d/[^.]+$
^build/.*

# Files generated by autoconf/automake
^conf/
config(ure|\.log|\.status)
aclocal.m4
autom4te.cache
version.m4
Makefile$
Makefile\.in$
^tests/docker/.*-requirements.txt

# Static files and cached static files genereated
htdocs/static/css

# Javascript Testing libraries
htdocs/static/js/node_modules
htdocs/static/js/require_config.dev.js
htdocs/static/js/coverage

