forked from Uninett/nav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (56 loc) · 1.11 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
*.orig
*.rej
*.pyc
*.swp
*~
.*
*.bak
*.iml # JetBrains (PyCharm/IDEA) project files
*.rrd
.idea/*
npm-debug.log
cloc.xml
pylint.txt
tests/*-results.xml
tests/assets/*
tests/geckodriver.log
tests/functional-report.html
htdocs/static/js/**/javascript-*.xml
tools/virtual-appliance/nav-virtual-appliance.tar*
# 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
# These directories conist of only generated files.
# The source files to version all end with .in extensions.
/etc/init.d/*
!/etc/init.d/*.in
/etc/cron.d/*
!/etc/cron.d/*.in
/build
# Files generated by autoconf/automake
/conf
configure
config.log
config.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