This website requires JavaScript.
탐색
도움말
로그인
crtxcr
/
cgitsb
보기
1
좋아요
0
포크
0
You've already forked cgitsb
코드
이슈
풀 리퀘스트
릴리즈
위키
활동
3157ea3b7e
cgitsb
/
.gitignore
7 lines
80 B
Plaintext
Raw
Normal View
히스토리
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
Reference in New Issue
Copy Permalink