]> git.sesse.net Git - vlc/blob - .gitignore
config.rpath also comes from autopoint
[vlc] / .gitignore
1 *~
2 *.app
3 *.cache
4 *.dylib
5 *.lo
6 *.la
7 *.mak
8 *.moc.cpp
9 *.o
10 *.so
11 *.pc
12 *.vlt
13 *.class
14 .deps
15 .libs
16 .dirstamp
17 ABOUT-NLS
18 aclocal.m4
19 config.h*
20 config.log
21 configure
22 INSTALL.git
23 libtool
24 Makefile
25 Makefile.in
26 stamp-*
27 vlc-config
28 vlc-config.in
29 qvlc
30 rvlc
31 svlc
32 cvlc
33 qvlc
34 nvlc
35 wxvlc
36 vlc
37 vlc_install_dir/*
38
39 # Ignore CMake Stuff
40 cmake
41 CMakeFiles
42 CMakeLists.txt
43 CTestTestfile.cmake
44 cmake_install.cmake
45 cmake_uninstall.cmake
46 CMakeCache.txt
47 CPackConfig.cmake
48 CPackSourceConfig.cmake