This website requires JavaScript.
Explore
Help
Sign In
crtxcr
/
cgitsb
Watch
1
Star
0
Fork
0
You've already forked cgitsb
Code
Issues
Pull Requests
Releases
Wiki
Activity
c6a6aa2186
cgitsb
/
.gitignore
7 lines
80 B
Plaintext
Raw
Normal View
History
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