From: Harvie Date: Sat, 23 Oct 2010 23:42:13 +0000 (+0200) Subject: Added .gitignore, obey it please. See _* rule! X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;ds=inline;h=f2d3b1fc020febf7401a75f99a318f602067f2ea;p=mirrors%2FKyberia-bloodline.git Added .gitignore, obey it please. See _* rule! You can use _* rule to hide site-specific configuration files from git. eg: _config.php will not get into git and will not get overwritten by it. Anyway the software should work out-of-box even without such files if possible. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f841e73 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +_* +*~ +*.part + +pkg/ +src/ + +*.exe +*.EXE +*.dll +*.com +*.out +*.o +*.so +*.class + +*.tar +*.gz +*.xz +*.bz +*.bz2 +*.tgz +*.zip +*.rar + +*.mp3 +*.wav +*.mpeg +*.avi +*.ogg +*.ogv +