mirror of
https://github.com/yshui/picom.git
synced 2024-10-27 05:24:17 -04:00
218250546e
- Make Makefile compatible with BSD install, by dropping -D. - Make CFG independent in Makefile, to allow people to specify CFLAGS as a parameter to make. - Correct location of .clang_complete.
44 lines
479 B
Text
44 lines
479 B
Text
# Build files
|
|
.deps
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
configure
|
|
depcomp
|
|
install-sh
|
|
missing
|
|
stamp-h1
|
|
compton
|
|
*.o
|
|
build/
|
|
|
|
# CMake files
|
|
compton-*.deb
|
|
compton-*.rpm
|
|
compton-*.tar.bz2
|
|
release/
|
|
_CPack_Packages/
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
CPackSourceConfig.cmake
|
|
install_manifest.txt
|
|
|
|
|
|
# Vim files
|
|
.*.sw[a-z]
|
|
*~
|
|
|
|
# Misc files
|
|
core
|
|
*.core
|
|
oprofile_data/
|
|
compton.plist
|
|
callgrind.out.*
|
|
man/*.html
|
|
man/*.1
|
|
doxygen/
|
|
.clang_complete
|