-
Notifications
You must be signed in to change notification settings - Fork 25
/
.gitignore
62 lines (62 loc) · 1.45 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
*~
*.pyc
*.old
#*
.#*
.*.swp
.*.swo
app/dist
frontend/dist
frontend/www/new/admin_new/.cache/
**/.vscode/
frontend/www/new/admin_new/.env.production
perl-lib/OESS/Makefile
perl-lib/OESS/MANIFEST.bak
perl-lib/OESS/t/conf/SNMP/*
frontend/www/.htpasswd
frontend/.htpasswd
nox/**/Makefile
nox/**/.deps/
nox/**/*.la
nox/**/*.lo
nox/**/*.so
nox.tar.gz
nox/Makefile.in
nox/autom4te.cache/
nox/config.h
nox/config.log
nox/config.status
nox/configure
nox/doc/doxygen/doxygen.conf
nox/libtool
nox/nox.tar.gz
nox/src/nox/coreapps/pyrt/deferredcallback.py
nox/src/nox/netapps/data/pydatacache.py
nox/src/nox/netapps/data/pydatatypes.py
nox/src/nox/netapps/switch_management/pyswitch_management.py
nox/src/nox/netapps/tests/pytests.py
nox/src/nox/swigpyrun.h
nox/src/nox/webapps/webserver/www-install-final/
nox/stamp-h1
perl-lib/OESS/perl-OESS-*.tar.gz
perl-lib/OESS/MYMETA.json
perl-lib/OESS/MYMETA.yml
perl-lib/OESS/lib/OESS/Collector
perl-lib/OESS/lib/OESS/Collector.pm
perl-lib/OESS/share/scripts/oess-migrate/connection_id_list.csv
perl-lib/OESS/share/scripts/oess-migrate/shim_interface_mapping.csv
perl-lib/OESS/share/scripts/oess-migrate/config.json
etc/packer-config/output-virtualbox-iso/
etc/packer-config/packer_cache/
perl-lib/OESS/blib/
perl-lib/OESS/cover_db/
perl-lib/OESS/pm_to_blib
perl-lib/OESS/tap/
perl-lib/OESS/lib/OESS/pod2htmd.tmp
perl-lib/OESS/lib/OESS/pod2htmi.tmp
perl-lib/OESS/lib/OESS/t/conf/database.xml
frontend/.htpasswd
.vscode
.env
.env.development
*.DS_Store*