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