~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: Andrew Bennetts
  • Date: 2007-03-26 06:24:01 UTC
  • mto: This revision was merged to the branch mainline in revision 2376.
  • Revision ID: andrew.bennetts@canonical.com-20070326062401-k3nbefzje5332jaf
Deal with review comments from Robert:

  * Add my name to the NEWS file
  * Move the test case to a new module in branch_implementations
  * Remove revision_history cruft from identitymap and test_identitymap
  * Improve some docstrings

Also, this fixes a bug where revision_history was not returning a copy of the
cached data, allowing the cache to be corrupted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
[#]*#
20
20
.#*
21
21
./tags
22
 
./bzrlib/tags
23
 
./TAGS
24
22
# The shelf plugin uses this dir
25
23
./.shelf
26
24
# Mac droppings
27
25
.DS_Store
28
26
# win32 installer generated files
29
 
./doc/*.html
 
27
./doc/*.htm
30
28
./doc/bzr_man.txt
31
29
./py2exe.log
32
30
./tools/win32/bzr.iss
35
33
./.perf_history
36
34
./html_docs
37
35
./pretty_docs
38
 
./api
39
 
doc/**/*.html
40
 
doc/developers/performance.png
41
 
bzrlib/_dirstate_helpers_c.c
42
 
bzrlib/_knit_load_data_c.c
43
 
bzrlib/_walkdirs_win32.c
44
 
doc/en/release-notes/NEWS.txt
45
 
doc/en/developer-guide/HACKING.txt
46
 
doc/en/user-reference/bzr_man.txt
47
 
# built extension modules
48
 
bzrlib/_*_c.dll
49
 
bzrlib/_*_c.so
50
 
bzrlib/_*_c.pyd
51
 
# generated help topics
52
 
doc/en/user-reference/*.txt