Revision ded769c1

b/doc/devnotes.rst
132 132
This will build the binary twice, per the TemplateHaskell
133 133
documentation, the second one with profiling enabled.
134 134

  
135
The binary files generated by compilation and the profiling/coverage
136
files can "break" tab-completion in the sources; they can be ignored,
137
for example, in bash via ``.bashrc``::
138

  
139
  FIGNORE='.o:.hi:.prof_o:.tix'
140

  
141
or in emacs via ``completion-ignored-extensions`` (run ``M-x
142
customize-var completion-ignored-extensions``).
135 143

  
136 144
Packaging notes
137 145
===============

Also available in: Unified diff