Initial commit
This commit is contained in:
commit
cdcab934fc
19257 changed files with 4329793 additions and 0 deletions
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# -vim
|
||||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
[._]*.sw[a-p]
|
||||
[._]s[a-rt-v][a-z]
|
||||
[._]ss[a-gi-z]
|
||||
[._]sw[a-p]
|
||||
|
||||
# Session
|
||||
Session.vim
|
||||
|
||||
# Temporary
|
||||
*~
|
||||
# Persistent undo
|
||||
[._]*.un~
|
||||
|
||||
# sphinx build dirs, cache
|
||||
_build/
|
||||
dist/
|
||||
Loading…
Add table
Add a link
Reference in a new issue