aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: f58ca32684913821fab68887a6f91af08fbcb21b (plain)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<<<<<<< HEAD
/build
/source/build
*.mode1v3
*.pbxuser
*.pbxindex/
!user.pbxuser
/*.log
*.user
*.ncb
*.suo
*.pdb
*.pdf
*.html
*.idb
*.o
*.lo
*.a
*.so
*.so.0
*.la
.deps
.libs
*.pyc
.DS_Store
# Emacs and other editor backup files
*~

# builds on Windows
Debug/
Release/
release/
=======
aclocal.m4
autom4te.cache
ChangeLog
compile
config.guess
config.h
config.h.in
config.h.in~
config.log
config.status
config.sub
configure
depcomp
install-sh
libogg.spec
libtool
ltmain.sh
Makefile
Makefile.in
missing
mkinstalldirs
ogg.pc
ogg-uninstalled.pc
stamp-h1
.project
include/ogg/config_types.h
src/*.o
src/*.lo
src/lib*.la
src/.libs
src/.deps
src/test_*
macosx/build/
/m4

CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
CMakeSettings.json

*[Bb]uild*/

.vs/
.vscode/
>>>>>>> v1.3.5