Commit 657ee94e authored by Faustino Osuna's avatar Faustino Osuna

Add more ignores for cmake and Mac OS X build folders.

parent 2dae9d9a
*~ *~
*.app *.app
*.cache *.cache
*.dylib
*.lo *.lo
*.la *.la
*.m4 *.m4
*.mak *.mak
*.moc.cpp *.moc.cpp
*.o *.o
*.so
*.pc *.pc
*.vlt *.vlt
.deps .deps
...@@ -32,3 +34,14 @@ qvlc ...@@ -32,3 +34,14 @@ qvlc
nvlc nvlc
vlc vlc
vlc_install_dir/* vlc_install_dir/*
# Ignore CMake Stuff
cmake
CMakeFiles
CMakeLists.txt
CTestTestfile.cmake
cmake_install.cmake
cmake_uninstall.cmake
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake
build
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment