1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
#reposurgeon sourcetype svn
blob
mark :1
data 210
# A simulation of Subversion default ignores, generated by reposurgeon.
*.o
*.lo
*.la
*.al
*.libs
*.so
*.so.[0-9]*
*.a
*.pyc
*.pyo
*.rej
*~
*.#*
.*.swp
.DS_store
# Simulated Subversion default ignores end here
blob
mark :2
data 34
File contents for svn revision 2.
commit refs/heads/master
#legacy-id 2
mark :3
committer iay <iay> 1435318258 +0000
data 27
comment for svn revision 2
M 100644 :1 .gitignore
M 100644 :2 file
commit refs/heads/master
#legacy-id 3
mark :4
committer iay <iay> 1435318258 +0000
data 34
add some ignores with blank lines
from :3
M 100644 inline .gitignore
data 228
# A simulation of Subversion default ignores, generated by reposurgeon.
*.o
*.lo
*.la
*.al
*.libs
*.so
*.so.[0-9]*
*.a
*.pyc
*.pyo
*.rej
*~
*.#*
.*.swp
.DS_store
# Simulated Subversion default ignores end here
/foo.txt
/bar.txt
done
|