fdignore, gitignore, cleaning dir structure
This commit is contained in:
parent
29f16c055e
commit
1beb40c96c
5 changed files with 41 additions and 34 deletions
23
conf/fdignore
Normal file
23
conf/fdignore
Normal file
|
@ -0,0 +1,23 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
__pycache__
|
||||
*.a
|
||||
*.o
|
||||
*.bak
|
||||
*.swp
|
||||
*~
|
||||
*.egg-info
|
||||
.CFUserTextEncoding
|
||||
.zcompdump*
|
||||
.zsh_history
|
||||
.CFUserTextEncoding
|
||||
.fdignore
|
||||
.gitignore
|
||||
.DS_Store
|
||||
.huslogin
|
||||
/vim/.netrwhist
|
||||
Music
|
||||
Movies
|
||||
Library
|
||||
Pictures
|
||||
_venv
|
Loading…
Add table
Add a link
Reference in a new issue