fix global gitignore
This commit is contained in:
parent
c2681f0cab
commit
87143c4e32
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# Pycharm
|
# Pycharm
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
@ -6,43 +5,11 @@
|
|||||||
*.sw[op]
|
*.sw[op]
|
||||||
Session.vim
|
Session.vim
|
||||||
|
|
||||||
# python virtual env
|
|
||||||
venv
|
|
||||||
.venv
|
|
||||||
__pycache__/
|
|
||||||
*.py[cod]
|
|
||||||
*$py.class
|
|
||||||
*.spec
|
|
||||||
|
|
||||||
.env
|
|
||||||
*.env
|
|
||||||
*.log
|
|
||||||
*.bak
|
*.bak
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# db
|
|
||||||
*.db
|
|
||||||
db.sqlite3
|
|
||||||
|
|
||||||
nohup.out
|
nohup.out
|
||||||
|
|
||||||
# cmake
|
|
||||||
cmake_install.cmake
|
|
||||||
CMakeCache.txt
|
|
||||||
CMakeFiles
|
|
||||||
|
|
||||||
# build files
|
|
||||||
*.a
|
|
||||||
*.so
|
|
||||||
*.o
|
|
||||||
a.out
|
|
||||||
*.exe
|
|
||||||
*.ipk
|
|
||||||
|
|
||||||
build/
|
|
||||||
dist/
|
|
||||||
node_modules/
|
|
||||||
|
|
||||||
.tns
|
.tns
|
||||||
|
|
||||||
.autoenv.zsh
|
.autoenv.zsh
|
||||||
@ -51,6 +18,3 @@ node_modules/
|
|||||||
*.tar
|
*.tar
|
||||||
*.gz
|
*.gz
|
||||||
*.zip
|
*.zip
|
||||||
|
|
||||||
|
|
||||||
.redo/
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user