瀏覽代碼

Add more git ignore patterns for Mac OS X platform.

Yao Wei Tjong 姚伟忠 12 年之前
父節點
當前提交
9161188398
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      .gitignore

+ 5 - 3
.gitignore

@@ -24,8 +24,9 @@ Lib-CC/
 # Compiled AngelScript
 # Compiled AngelScript
 *.asc
 *.asc
 
 
-# Generated html
+# Generated documentation
 Docs/html/
 Docs/html/
+Doxyfile
 
 
 # Eclipse project settings
 # Eclipse project settings
 Source/.*project
 Source/.*project
@@ -38,13 +39,14 @@ Source/Android/proguard-project.txt
 
 
 # CMake files for non out-of-source build
 # CMake files for non out-of-source build
 CMakeCache.txt
 CMakeCache.txt
-CMakeFiles
+CMakeFiles/
+CMakeScripts/
 Makefile
 Makefile
 cmake_install.cmake
 cmake_install.cmake
 install_manifest.txt
 install_manifest.txt
 
 
 # Misc.
 # Misc.
-Doxyfile
 configure*
 configure*
 *~
 *~
 *.swp
 *.swp
+.DS_Store