소스 검색

comments in gitignore

master
Pete McNeil 4 년 전
부모
커밋
c2ec3ba67b
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      .gitignore
  2. 5
    0
      bin/.gitignore

+ 2
- 0
.gitignore 파일 보기

@@ -1,3 +1,5 @@
# ignore the temporary stuff like objects etc...
# also ignore any tarballs makde for moving stuff around...
*.o
*.tar.gz


+ 5
- 0
bin/.gitignore 파일 보기

@@ -0,0 +1,5 @@
# Ignore everything in this directory except this file
# This directory is where finished binaries go.
*
!.gitignore


Loading…
취소
저장