Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.

Commit 6628d39

Browse files
committed
move file-extension based .gitignore down to src/
1 parent ec4a752 commit 6628d39

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

.gitignore

-46
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,3 @@
1-
*.a
2-
*.aux
3-
*.bc
4-
*.boot
5-
*.bz2
6-
*.cmi
7-
*.cmo
8-
*.cmx
9-
*.cp
10-
*.cps
11-
*.d
12-
*.dSYM
13-
*.def
14-
*.diff
15-
*.dll
16-
*.dylib
17-
*.elc
18-
*.epub
19-
*.exe
20-
*.fn
21-
*.html
22-
*.kdev4
23-
*.ky
24-
*.ll
25-
*.llvm
26-
*.log
27-
*.o
28-
*.orig
29-
*.out
30-
*.patch
31-
*.pdb
32-
*.pdf
33-
*.pg
34-
*.pot
35-
*.pyc
36-
*.rej
37-
*.rlib
38-
*.rustc
39-
*.so
40-
*.swo
41-
*.swp
42-
*.tmp
43-
*.toc
44-
*.tp
45-
*.vr
46-
*.x86
471
*~
482
.#*
493
.DS_Store

src/.gitignore

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
*.a
2+
*.aux
3+
*.bc
4+
*.boot
5+
*.bz2
6+
*.cmi
7+
*.cmo
8+
*.cmx
9+
*.cp
10+
*.cps
11+
*.d
12+
*.dSYM
13+
*.def
14+
*.diff
15+
*.dll
16+
*.dylib
17+
*.elc
18+
*.epub
19+
*.exe
20+
*.fn
21+
*.html
22+
*.kdev4
23+
*.ky
24+
*.ll
25+
*.llvm
26+
*.log
27+
*.o
28+
*.orig
29+
*.out
30+
*.patch
31+
*.pdb
32+
*.pdf
33+
*.pg
34+
*.pot
35+
*.pyc
36+
*.rej
37+
*.rlib
38+
*.rustc
39+
*.so
40+
*.swo
41+
*.swp
42+
*.tmp
43+
*.toc
44+
*.tp
45+
*.vr
46+
*.x86

0 commit comments

Comments
 (0)