source: .gitignore @ 074b41b

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 074b41b was fc95aaf, checked in by Paul Brossier <piem@piem.org>, 10 years ago

.gitignore: update doxygen generated file location

  • Property mode set to 100644
File size: 473 bytes
Line 
1*.pyc
2*.~[0-9]~
3*.swp
4
5# gcov generated files
6*.gcno
7*.gcda
8
9# ignore compiled examples
10RE:examples/[a-z]*
11
12# ignore compiled test programs
13RE:tests/src/test-[a-z-_]*$
14RE:tests/cpp/test-[a-z-_]*$
15
16# only sgml manpages count
17doc/*.1
18
19# cachegrind/callgrind stuff
20**/cachegrind.out.[0-9]*
21**/callgrind.out.[0-9]*
22
23# waf stuff
24.lock-waf*
25.waf-*
26build/
27
28# doxygen
29doc/web/
30doc/full/
31
32python/gen
33python/dist
34python/MANIFEST
35python/*.db
36python/*.wav
37
38aubio-*.tar.bz2
39aubio-*.zip
Note: See TracBrowser for help on using the repository browser.