diff options
| author | Robert Collins <robertc@robertcollins.net> | 2014-09-01 07:19:07 +1200 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2014-09-01 07:19:07 +1200 |
| commit | 1ce1194796c72c10975c31f2e5881983ec8dc959 (patch) | |
| tree | c4ad72722670a0e0c99aa31ba1a6dedac4e6f224 | |
| parent | 7ca6952f1d4b919fea47385a053b0cc1ffe79f41 (diff) | |
| download | subunit-git-1ce1194796c72c10975c31f2e5881983ec8dc959.tar.gz | |
Translate bzr ignores into git ignores.
| -rw-r--r-- | .gitignore (renamed from .bzrignore) | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -1,8 +1,8 @@ -./c/lib/child.os -./c/tests/test_child +/c/lib/child.os +/c/tests/test_child .sconsign .sconsign.dblite -./m4/** +/m4/** aclocal.m4 compile config.guess @@ -39,14 +39,18 @@ debian/*.log debian/*.debhelper debian/tmp debian/*.substvars -./perl/blib -./perl/pm_to_blib +/perl/blib +/perl/pm_to_blib subunit-*.tar.gz subunit-*.tar.gz.asc perl/Makefile.PL -./.testrepository +/.testrepository __pycache__ perl/MYMETA.yml -./build/ -./dist/ -./*.egg-info/ +/build/ +/dist/ +/*.egg-info/ +*.pyc +*~ +.*.swp +.*.swo |
