File tree Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Original file line number Diff line number Diff line change
1
+ # See also nibabel/.gitignore for test data rules that
2
+ # are meant to make you think before you `git add --force`
3
+
1
4
# Editor temporary/working/backup files #
2
5
# ########################################
3
6
. # *
36
39
* .py [oc ]
37
40
* .so
38
41
39
- # Packages #
40
- # ###########
41
- # it's better to unpack these files and commit the raw source
42
- # git has its own built in compression methods
43
- * .7z
44
- * .bz2
45
- * .bzip2
46
- * .dmg
47
- * .gz
48
- * .iso
49
- * .jar
50
- * .rar
51
- * .tar
52
- * .tbz2
53
- * .tgz
54
- * .zip
55
-
56
42
# Python files #
57
43
# ###############
58
44
build /
Original file line number Diff line number Diff line change
1
+ # Packages #
2
+ # ###########
3
+ # it's better to unpack these files and commit the raw source
4
+ # git has its own built in compression methods
5
+ * .7z
6
+ * .bz2
7
+ * .bzip2
8
+ * .dmg
9
+ * .gz
10
+ * .iso
11
+ * .jar
12
+ * .rar
13
+ * .tar
14
+ * .tbz2
15
+ * .tgz
16
+ * .zip
You can’t perform that action at this time.
0 commit comments