~dickelbeck/kicad/library-read-only

« back to all changes in this revision

Viewing changes to rules

  • Committer: Dick Hollenbeck
  • Date: 2014-04-06 19:58:46 UTC
  • Revision ID: dick@softplc.com-20140406195846-bunysueivubj26gh
Delete all the files, since I was unable to delete the branch due to ancient dependencies that should not be present in various PPAs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This is the Bazaar "rules" file for KiCad Developers.
2
 
# http://doc.bazaar.canonical.com/beta/en/user-reference/eol-help.html
3
 
 
4
 
# To put it into use, you must _copy_ it to your BZR_HOME directory, where BZR_HOME
5
 
# varies by platform.  In that target directory, described in more detail below,
6
 
# simply make sure this file has the name "rules", but without quotes.
7
 
 
8
 
# platform   BZR_RULES dir and rules filename
9
 
#---------   --------------------------------
10
 
# linux      ~/.bazaar/rules
11
 
# WinXP      C:\Documents and Settings\<username>\Application Data\Bazaar\2.0\rules
12
 
# Win7       C:\Users\<username>\AppData\Roaming\bazaar\2.0\rules
13
 
 
14
 
 
15
 
# the actual rules:
16
 
 
17
 
[name *.png]
18
 
eol = exact
19
 
 
20
 
[name *.pdf]
21
 
eol = exact
22
 
 
23
 
[name *.sh]
24
 
eol = lf
25
 
 
26
 
[name *]
27
 
eol = native