Skip to content

Commit 620e74b

Browse files
committed
MNT: Move think-before-you-act gitignores out of top level
1 parent 56db684 commit 620e74b

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

.gitignore

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# See also nibabel/.gitignore for test data rules that
2+
# are meant to make you think before you `git add --force`
3+
14
# Editor temporary/working/backup files #
25
#########################################
36
.#*
@@ -36,23 +39,6 @@
3639
*.py[oc]
3740
*.so
3841

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-
5642
# Python files #
5743
################
5844
build/

nibabel/.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

0 commit comments

Comments
 (0)