소스 검색

Ignore additional vim temporary files, .a and .so files, games/ executables

pull/246/head
RDR8 7 년 전
부모
커밋
3f3ee5e37f
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. +15
    -0
      .gitignore

+ 15
- 0
.gitignore 파일 보기

@ -3,6 +3,8 @@
# Ignore VIM's backup generated files
*.swp
*.swo
*~
# Ignore Android generated files and folders
src_android/obj/
@ -48,6 +50,8 @@ ipch/
# Ignore compiled binaries
*.o
*.a
*.so
*.exe
!tools/rREM/rrem.exe
@ -62,6 +66,17 @@ examples/*
# Unignore examples Makefile
!examples/Makefile
# Ignore all games files
games/*
# Unignore all games dirs
!games/*/
# Unignore all games files with extension
!games/*.c
!games/*.lua
!games/*.png
# Unignore games makefile
!games/makefile
# Ignore files build by xcode
*.mode*v*
*.pbxuser

불러오는 중...
취소
저장