forked from smarsland/AviaNZ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (38 loc) · 797 Bytes
/
.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
# ignore compiled python sources
*.pyc
# ignore compiled C objects
*.so
SplitWav
# vim swap files
*.swp
# ignore temp files produced during analysis
Sound Files/*
!Sound Files/*bmp
!Sound Files/*wav
# auto-generated cython sources have to be listed manually here:
ext/ce_denoise.c
ext/ce_wvd.c
ext/ce_wvd_functions.c
ext/ce_wvd_functions.h
ext/SplitLauncher.c
ext/ce_detect.c
ext/build/
ext/*pyd
.vs/
.idea/
# Latex
Docs/AviaNZManual.aux
Docs/AviaNZManual.log
Docs/AviaNZManual.out
Docs/AviaNZManual.soc
Docs/AviaNZManual.synctex.gz
Docs/AviaNZManual.toc
Docs/AviaNZManualv1.5.tex
Docs/AviaNZManualv1.tex
Docs/FilterTraining.aux
Docs/FilterTraining.log
Docs/FilterTraining.out
Docs/FilterTraining.pdf
Docs/FilterTraining.soc
# default configs - if this is not distributed
# AviaNZconfig.txt