[vlc-devel] commit: Add more ignores for cmake and Mac OS X build folders. ( Faustino Osuna )

git version control git at videolan.org
Mon Mar 3 09:41:21 CET 2008


vlc | branch: master | Faustino Osuna <enrique.osuna at gmail.com> | Mon Mar  3 08:40:48 2008 +0000| [657ee94e0c2bf6e4f172f655d878c4d1dbbb2230]

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=657ee94e0c2bf6e4f172f655d878c4d1dbbb2230
---

 .gitignore                 |   13 +++++++++++++
 projects/macosx/.gitignore |    1 +
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 952386b..c43d790 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,14 @@
 *~
 *.app
 *.cache
+*.dylib
 *.lo
 *.la
 *.m4
 *.mak
 *.moc.cpp
 *.o
+*.so
 *.pc
 *.vlt
 .deps
@@ -32,3 +34,14 @@ qvlc
 nvlc
 vlc
 vlc_install_dir/*
+
+# Ignore CMake Stuff
+cmake
+CMakeFiles
+CMakeLists.txt
+CTestTestfile.cmake
+cmake_install.cmake
+cmake_uninstall.cmake
+CMakeCache.txt
+CPackConfig.cmake
+CPackSourceConfig.cmake
diff --git a/projects/macosx/.gitignore b/projects/macosx/.gitignore
new file mode 100644
index 0000000..c795b05
--- /dev/null
+++ b/projects/macosx/.gitignore
@@ -0,0 +1 @@
+build
\ No newline at end of file




More information about the vlc-devel mailing list