]> git.sesse.net Git - vlc/blob - .gitignore
Qt, prefs: correctly set the tooltip on Font Selector
[vlc] / .gitignore
1 *~
2 *.app
3 *.cache
4 *.dylib
5 *.lo
6 *.lo?
7 *.la
8 *.moc.cpp
9 *.o
10 *.so
11 *.pc
12 *.vlt
13 *.class
14 *.dmg
15 .DS_Store
16 .deps
17 .libs
18 .dirstamp
19 ABOUT-NLS
20 aclocal.m4
21 compile
22 config.status
23 config.h*
24 config.log
25 configure
26 INSTALL.git
27 libtool
28 Makefile
29 Makefile.in
30 stamp-*
31 vlc
32 qvlc
33 rvlc
34 svlc
35 cvlc
36 qvlc
37 mvlc
38 nvlc
39 wxvlc
40 vlc_install_dir/*
41 plugins.dat
42 patches/*
43
44 # Ignore CMake Stuff
45 cmake
46 CMakeFiles
47 CTestTestfile.cmake
48 cmake_install.cmake
49 cmake_uninstall.cmake
50 CMakeCache.txt
51 CPackConfig.cmake
52 CPackSourceConfig.cmake
53
54 include/vlc/libvlc_version.h
55
56 # Ignore build dirs
57 build-*
58 contrib-*
59 install-*
60
61 # Ignore autogenerated files
62 projects/macosx/framework/MobileVLCKit/vlc-plugins.h
63 projects/macosx/framework/MobileVLCKit/vlc-plugins.xcconfig
64 extras/contrib/.*
65