소스 검색
ignore *.ppu
git-svn-id: trunk@269 -
peter
20 년 전
1개의 변경된 파일과
3개의 추가작업 그리고
0개의 파일을 삭제
-
3
0
.gitignore
|
@@ -1,6 +1,9 @@
|
|
|
compiler/*.bak
|
|
|
compiler/*.exe
|
|
|
+compiler/*.o
|
|
|
+compiler/*.ppu
|
|
|
compiler/*.s
|
|
|
+compiler/*.tmp
|
|
|
compiler/alpha/*.bak
|
|
|
compiler/alpha/*.exe
|
|
|
compiler/alpha/*.s
|