Skip to content

Commit 9bc0a7f

Browse files
committed
Added gitignore for Sphinx docs
1 parent fa970f4 commit 9bc0a7f

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.gitignore

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# sphinx build folder
2+
_build
3+
4+
# Compiled source #
5+
###################
6+
*.com
7+
*.class
8+
*.dll
9+
*.exe
10+
*.o
11+
*.so
12+
13+
# Packages #
14+
############
15+
# it's better to unpack these files and commit the raw source
16+
# git has its own built in compression methods
17+
*.7z
18+
*.dmg
19+
*.gz
20+
*.iso
21+
*.jar
22+
*.rar
23+
*.tar
24+
*.zip
25+
26+
# Logs and databases #
27+
######################
28+
*.log
29+
*.sql
30+
*.sqlite
31+
32+
# OS generated files #
33+
######################
34+
.DS_Store?
35+
ehthumbs.db
36+
Icon?
37+
Thumbs.db
38+
39+
# Editor backup files #
40+
#######################
41+
*~

0 commit comments

Comments
 (0)