mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:30:05 +08:00
81 lines
1.4 KiB
Plaintext
81 lines
1.4 KiB
Plaintext
|
# For current directory only
|
||
|
# ----------------------------------------------------------------------------
|
||
|
|
||
|
# General
|
||
|
# ----------------------------------------------------------------------------
|
||
|
*.o
|
||
|
*.out
|
||
|
|
||
|
# log
|
||
|
*.log
|
||
|
|
||
|
# cache
|
||
|
*.cache
|
||
|
cache/
|
||
|
|
||
|
# Windows
|
||
|
# ----------------------------------------------------------------------------
|
||
|
Thumbs.db
|
||
|
Desktop.ini
|
||
|
|
||
|
# Tags
|
||
|
# -----------------------------------------------------------------------------
|
||
|
TAGS
|
||
|
!TAGS/
|
||
|
tags
|
||
|
tags-cn
|
||
|
!tags/
|
||
|
.tags
|
||
|
.tags1
|
||
|
tags.lock
|
||
|
tags.temp
|
||
|
gtags.files
|
||
|
GTAGS
|
||
|
GRTAGS
|
||
|
GPATH
|
||
|
cscope.files
|
||
|
cscope.out
|
||
|
cscope.in.out
|
||
|
cscope.po.out
|
||
|
|
||
|
# Vim
|
||
|
# ------------------------------------------------------------------------------
|
||
|
[._]*.s[a-w][a-z]
|
||
|
[._]s[a-w][a-z]
|
||
|
*.un~
|
||
|
Session.vim
|
||
|
.netrwhist
|
||
|
*~
|
||
|
/.vim
|
||
|
|
||
|
# Test % Tmp
|
||
|
# -------------------------------------------------------------------------------
|
||
|
test.*
|
||
|
tmp.*
|
||
|
temp.*
|
||
|
|
||
|
# Java
|
||
|
# -------------------------------------------------------------------------------
|
||
|
*.class
|
||
|
|
||
|
# JavaScript
|
||
|
# -------------------------------------------------------------------------------
|
||
|
node_modules
|
||
|
|
||
|
# Python
|
||
|
# -------------------------------------------------------------------------------
|
||
|
*.pyc
|
||
|
.idea/
|
||
|
/.idea
|
||
|
build/
|
||
|
__pycache__
|
||
|
|
||
|
# Rust
|
||
|
# -------------------------------------------------------------------------------
|
||
|
target/
|
||
|
**/*.rs.bk
|
||
|
|
||
|
# C/Cpp
|
||
|
# -------------------------------------------------------------------------------
|
||
|
/cmake-build-debug/
|