Qt: Open Network Dialog: Only clear edit line on cancel (fix #7913)
[vlc/memfile.git] / .gitignore
blob01dcbc874a660c67567dc59632040002339eba34
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 ChangeLog
22 compile
23 config.status
24 config.h*
25 config.log
26 configure
27 doltcompile
28 doltlibtool
29 INSTALL.git
30 libtool
31 Makefile
32 Makefile.in
33 stamp-*
34 vlc
35 vlc.exe
36 qvlc
37 rvlc
38 svlc
39 cvlc
40 qvlc
41 mvlc
42 nvlc
43 wxvlc
44 vlc_install_dir/*
45 plugins.dat
46 patches/*
48 # Ignore CMake Stuff
49 cmake
50 CMakeFiles
51 CTestTestfile.cmake
52 cmake_install.cmake
53 cmake_uninstall.cmake
54 CMakeCache.txt
55 CPackConfig.cmake
56 CPackSourceConfig.cmake
58 include/vlc/libvlc_version.h
60 # Ignore build dirs
61 build-*
62 contrib-*
63 install-*