• R/O
  • HTTP
  • SSH
  • HTTPS

bchan: 提交

スレッドビューア


Commit MetaInfo

修訂5ec5c549aa36ca1a5b2851fb3fc01bf74b34d77d (tree)
時間2015-03-27 22:33:11
作者ornse01 <ornse01@user...>
Commiterornse01

Log Message

add .gitignore and .gitattributes

Change Summary

差異

--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
1+*.c eol=lf
2+*.h eol=lf
3+Makefile eol=lf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
1+src/*~
2+pcat/*.o
3+pcat/*.map
4+pcat/*.out
5+pcat/*.a
6+pcat/*.btf
7+pcat/*.bz
8+pcat/*.dbx
9+pcat/*.fsn
10+pcat/*.lst
11+pcat/Dependencies
12+pcat/Dependencies.mf
13+pcat/mymake.sh
14+pcat/bchanf/*.o
15+pcat/bchanf/*.a
16+pcat/bchanf/Dependencies
17+pcat.test
Show on old repository browser