]> git.sesse.net Git - vlc/blob - .gitignore
Add more ignores for cmake and Mac OS X build folders.
[vlc] / .gitignore
1 *~
2 *.app
3 *.cache
4 *.dylib
5 *.lo
6 *.la
7 *.m4
8 *.mak
9 *.moc.cpp
10 *.o
11 *.so
12 *.pc
13 *.vlt
14 .deps
15 .libs
16 .dirstamp
17 ABOUT-NLS
18 aclocal.m4
19 autotools
20 compile
21 config.*
22 configure
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 vlc
36 vlc_install_dir/*
37
38 # Ignore CMake Stuff
39 cmake
40 CMakeFiles
41 CMakeLists.txt
42 CTestTestfile.cmake
43 cmake_install.cmake
44 cmake_uninstall.cmake
45 CMakeCache.txt
46 CPackConfig.cmake
47 CPackSourceConfig.cmake