Rebuild specification.
[platform/upstream/libvorbis.git] / .gitignore
1 *.o
2 *.lo
3 *.la
4 .libs
5 .deps
6 aclocal.m4
7 configure
8 Makefile
9 Makefile.in
10 autom4te.cache
11 compile
12 config.guess
13 config.h
14 config.h.in
15 config.h.in~
16 config.log
17 config.status
18 config.sub
19 depcomp
20 install-sh
21 libtool
22 ltmain.sh
23 missing
24 stamp-h1
25 m4/libtool.m4
26 m4/ltoptions.m4
27 m4/ltsugar.m4
28 m4/ltversion.m4
29 m4/lt~obsolete.m4
30 libvorbis.spec
31 vorbis-uninstalled.pc
32 vorbis.pc
33 vorbisenc-uninstalled.pc
34 vorbisenc.pc
35 vorbisfile-uninstalled.pc
36 vorbisfile.pc
37 doc/Doxyfile
38 doc/doxygen-build.stamp
39 lib/test_sharedbook
40 test/test
41
42 CMakeCache.txt
43 CMakeFiles
44 CMakeScripts
45 Testing
46 Makefile
47 cmake_install.cmake
48 install_manifest.txt
49 compile_commands.json
50 CTestTestfile.cmake
51 CMakeSettings.json
52
53 *[Bb]uild*/
54
55 .vs/
56 .vscode/