소스 검색

marche pas sans gitignore ?

master
Bruno FELIX 2 년 전
부모
커밋
ad42fe9f5b
1개의 변경된 파일27개의 추가작업 그리고 0개의 파일을 삭제
  1. +27
    -0
      .gitignore

+ 27
- 0
.gitignore 파일 보기

@@ -0,0 +1,27 @@
# Drone Files
.secrets.yml

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test
*.prof

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

Powered by TurnKey Linux.