本網站需要 JavaScript。
探索
說明
登入
crtxcr
/
cgitsb
關注
1
加上星號
0
Fork
0
您已經 fork 過 cgitsb
程式碼
問題
合併請求
版本發布
Wiki
動態
3157ea3b7e
cgitsb
/
.gitignore
7 行
80 B
Plaintext
原始文件
標準檢視
歷史記錄
Unescape
Escape
Add .gitignore Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-09 22:21:43 +01:00
# Files I don't care to see in git-status/commit
cgit
Add cgit.conf to .gitignore, remove *~ Not having cgit.conf in .gitignore is a bug, while having *~ is a personal preference. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2007-09-20 00:11:03 +02:00
cgit.conf
Add version info from git-describe A new script, gen-version.sh, is now invoked from 'make version' to generate the file VERSION. This file contains a version identifier generated by git-describe and is included in the Makefile. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2007-06-18 09:42:10 +02:00
VERSION
Add .gitignore Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-09 22:21:43 +01:00
*.o
Makefile: autobuild dependency rules This uses gcc to generate dependency rules for each `.o` file, based on the corresponding `.c` file, into a new set of `.d` files (which are also defined to depend on the same set of source files as their `.o` files). Result: * all objectfile dependencies are correctly calculated * only the necessary dependencies are recalculated when a sourcefile is updated Inspiration for the build rules: * http://www.gnu.org/software/make/manual/make.html#Automatic-Prerequisites * http://make.paulandlesley.org/autodep.html Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2008-03-24 23:01:44 +01:00
*.d
新增問題並參考
複製固定連結