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