소스 검색
Initial commit
master
solbjorg
GitHub
5 년 전
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
32개의 추가작업 그리고
0개의 파일을 삭제
-
.gitignore
|
|
|
@@ -0,0 +1,32 @@ |
|
|
|
# Prerequisites |
|
|
|
*.d |
|
|
|
|
|
|
|
# Compiled Object files |
|
|
|
*.slo |
|
|
|
*.lo |
|
|
|
*.o |
|
|
|
*.obj |
|
|
|
|
|
|
|
# Precompiled Headers |
|
|
|
*.gch |
|
|
|
*.pch |
|
|
|
|
|
|
|
# Compiled Dynamic libraries |
|
|
|
*.so |
|
|
|
*.dylib |
|
|
|
*.dll |
|
|
|
|
|
|
|
# Fortran module files |
|
|
|
*.mod |
|
|
|
*.smod |
|
|
|
|
|
|
|
# Compiled Static libraries |
|
|
|
*.lai |
|
|
|
*.la |
|
|
|
*.a |
|
|
|
*.lib |
|
|
|
|
|
|
|
# Executables |
|
|
|
*.exe |
|
|
|
*.out |
|
|
|
*.app |