소스 검색

Let's try .gitignore again

Jesse Talavera-Greenberg 10 년 전
부모
커밋
23af86ebe1
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -30,7 +30,6 @@
 # CMake
 # CMake
 CMakeCache.txt
 CMakeCache.txt
 CMakeFiles
 CMakeFiles
-Makefile
 cmake_install.cmake
 cmake_install.cmake
 install_manifest.txt
 install_manifest.txt
 *.cmake
 *.cmake
@@ -43,5 +42,9 @@ test/gtc/*.dds
 glm/glm_dummy
 glm/glm_dummy
 
 
 # Project Files
 # Project Files
+Makefile
 *.cbp
 *.cbp
 *.user
 *.user
+
+# Misc.
+*.log