1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2025-02-17 15:56:21 -05:00
picom/.gitignore

81 lines
914 B
Text
Raw Permalink Normal View History

# Build files
2007-03-12 13:38:59 +01:00
.deps
.direnv
2007-03-12 13:38:59 +01:00
aclocal.m4
autom4te.cache
config.log
config.status
configure
depcomp
install-sh
missing
stamp-h1
2011-11-06 18:20:45 -06:00
compton
2007-03-12 13:38:59 +01:00
*.o
2019-08-09 23:40:41 +01:00
*.d
build/
compile_commands.json
build.ninja
# language servers
2019-08-09 23:40:41 +01:00
.ccls-cache
.clangd
.cache
2019-08-09 23:40:41 +01:00
# CMake files
compton-*.deb
compton-*.rpm
compton-*.tar.bz2
release/
_CPack_Packages/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CPackSourceConfig.cmake
install_manifest.txt
# apitrace
*.trace
2012-09-11 21:07:29 +08:00
# Vim files
.sw[a-z]
2012-09-11 21:07:29 +08:00
.*.sw[a-z]
*~
# Rust
target
# Python
*.pyc
*.py
!/tests/testcases/*.py
# Misc files
.vscode
*.conf
!/tests/configs/*.conf
!/data/*.conf
perf.data
perf.data.old
2019-08-09 23:40:41 +01:00
core.*
vgcore.*
2019-08-09 23:40:41 +01:00
.gdb_history
oprofile_data/
compton.plist
callgrind.out.*
man/*.html
man/*.1
doxygen/
.clang_complete
.ycm_extra_conf.py
.ycm_extra_conf.pyc
/src/backtrace-symbols.[ch]
/compton*.trace
*.orig
/tests/log
/tests/testcases/__pycache__/
*.profraw
2024-05-26 14:21:55 +02:00
# Subproject files
subprojects/libconfig