This website works better with JavaScript.
首頁
探索
說明
登入
Immanuel
/
btpd
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Clean up and add a few more entries to .gitignore
master
Marq Schneider
13 年之前
父節點
f6eef6eebf
當前提交
b0b8a2faec
共有
1 個文件被更改
,包括
19 次插入
和
10 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+19
-10
.gitignore
+ 19
- 10
.gitignore
查看文件
@@ -1,10 +1,19 @@
*.in
aclocal.m4
autom4te.cache
compile
configure
config.guess
config.sub
depcomp
install-sh
missing
# http://www.gnu.org/software/automake
Makefile.in
# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
# Dependency files
.deps
# Object files and libraries
*.o
*.a
Write
Preview
Loading…
取消
儲存