Skip to content

Commit 135d291

Browse files
committed
Merge remote branch 'jarrod/master'
Conflicts: README.rst
2 parents 855cba6 + 2f9cf50 commit 135d291

File tree

5 files changed

+80
-4
lines changed

5 files changed

+80
-4
lines changed

.gitignore

Lines changed: 70 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,73 @@
1+
# Editor temporary/working/backup files #
2+
#########################################
3+
.#*
4+
[#]*#
5+
*~
6+
*$
7+
*.bak
8+
*.diff
9+
*.org
10+
.project
11+
*.rej
12+
.settings/
13+
.*.sw[nop]
14+
.sw[nop]
15+
*.tmp
16+
17+
# Not sure what the next two are for
118
*.kpf
219
*-stamp
3-
build
4-
*.swp
5-
*.pyc
6-
*.pyo
20+
21+
# Compiled source #
22+
###################
23+
*.a
24+
*.com
25+
*.class
26+
*.dll
27+
*.exe
28+
*.o
29+
*.py[oc]
30+
*.so
31+
32+
# Packages #
33+
############
34+
# it's better to unpack these files and commit the raw source
35+
# git has its own built in compression methods
36+
*.7z
37+
*.bz2
38+
*.bzip2
39+
*.dmg
40+
*.gz
41+
*.iso
42+
*.jar
43+
*.rar
44+
*.tar
45+
*.tbz2
46+
*.tgz
47+
*.zip
48+
49+
# Python files #
50+
################
51+
build # setup.py working directory
52+
_build # sphinx build directory
53+
./dist # setup.py dist directory
54+
./*.egg-info # Egg metadata
55+
./.shelf # The shelf plugin uses this dir
56+
57+
# Logs and databases #
58+
######################
59+
*.log
60+
*.sql
61+
*.sqlite
62+
63+
# OS generated files #
64+
######################
65+
.gdb_history
66+
.DS_Store?
67+
ehthumbs.db
68+
Icon?
69+
Thumbs.db
70+
71+
# Things specific to this project #
72+
###################################
773
nibabel.egg-info/

COPYING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.. -*- mode: rst; fill-column: 78 -*-
22
.. ex: set sts=4 ts=4 sw=4 et tw=79:
3+
.. vim:syntax=rest
4+
35
46
.. _license:
57

Changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. -*- mode: rst -*-
2+
.. vim:syntax=rest
23
34
.. _changelog:
45

README.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. -*- rest -*-
2+
.. vim:syntax=rest
3+
4+
15
=======
26
NiBabel
37
=======

TODO

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. -*- rest -*-
2+
.. vim:syntax=rest
3+
14
Stephan's TODO
25
--------------
36

0 commit comments

Comments
 (0)