-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
65 lines (64 loc) · 811 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
*.o
*.su
*.user
.directory
core
doxyfile.inc
*.log
doxygen/
/ffmpegfs.1
/ffmpegfs.1.hhc
/ffmpegfs.1.hhp
/ffmpegfs.1.htmlhelp/
/ffmpegfs.1.pdf
/ffmpegfs.1.text
/ffmpegfs.1.fo
/ffmpegfs.1.xml
Makefile
Makefile.in
.deps/
/aclocal.m4
/autom4te.cache
/config
/config.status
/configure
/src/.deps/
/lib/libbase64.a
/libtool
/src/config.h
/src/config.h.in
/src/ffmpegfs
/src/ffmpegfshelp.h
/src/stamp-h1
/src/vcd/.deps/
/src/vcd/.dirstamp
/test/*.trs
/test/.deps/
/test/fpcompare
*.autosave
*.in~
/.project
*.gcda
gh-pages/
mkdoxy
/bin
/obj
/*.layout
/cppcheck-cppcheck-build-dir/
/CMakeCache.txt
/CMakeFiles/
/*.cmake
/Testing/
/_CPack_Packages/
/install_manifest.txt
/CMakeDoxyfile.in
/ChangeLog
/.ninja_deps
/.ninja_log
/build.ninja
/valgrind-out.txt*
# Eclipse Project
/.cproject
/.settings
# All backup files
*~