Revision d4b5798a
Added by Marc Dequènes over 15 years ago
- ID d4b5798aee4e9b3ddb65a7087ddb0c7726363333
.gitignore | ||
---|---|---|
# backup files (mostly made by editors)
|
||
*~
|
||
\#*#
|
||
config
|
||
log
|
||
var
|
||
locale
|
||
# generated by installer
|
||
.config
|
||
lib/cyborghood/config.rb
|
||
data/locale
|
||
#
|
||
conf
|
Also available in: Unified diff
[evol] added setup.rb installer, with hooks to generate locales and a 'lib/cyborghood/config.rb' file having a new CyborgHood::Config providing with installation paths, and created CyborgHood::Info to contain software general information (rakefile build-depends are then reduced to the minimum)