Skip to content

Commit

Permalink
Add more ignores for cmake and Mac OS X build folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
feosuna1 committed Mar 3, 2008
1 parent 2dae9d9 commit 657ee94
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
*~
*.app
*.cache
*.dylib
*.lo
*.la
*.m4
*.mak
*.moc.cpp
*.o
*.so
*.pc
*.vlt
.deps
Expand All @@ -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
1 change: 1 addition & 0 deletions projects/macosx/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build

0 comments on commit 657ee94

Please sign in to comment.