mirror of
https://github.com/yshui/picom.git
synced 2025-03-31 17:35:52 -04:00
misc: update .gitignore
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
86ea2bbcf2
commit
974d74754e
1 changed files with 15 additions and 0 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -34,14 +34,29 @@ cmake_install.cmake
|
|||
CPackSourceConfig.cmake
|
||||
install_manifest.txt
|
||||
|
||||
# apitrace
|
||||
*.trace
|
||||
|
||||
# Vim files
|
||||
.sw[a-z]
|
||||
.*.sw[a-z]
|
||||
*~
|
||||
|
||||
# Rust
|
||||
target
|
||||
|
||||
# Python
|
||||
*.pyc
|
||||
*.py
|
||||
!/tests/testcases/*.py
|
||||
|
||||
# Misc files
|
||||
*.conf
|
||||
!/tests/configs/*.conf
|
||||
perf.data
|
||||
perf.data.old
|
||||
core.*
|
||||
vgcore.*
|
||||
.gdb_history
|
||||
oprofile_data/
|
||||
compton.plist
|
||||
|
|
Loading…
Add table
Reference in a new issue