Update .gitignore

This commit is contained in:
Yuxuan Shui 2019-08-09 23:40:41 +01:00
parent bc60e06e23
commit a01ec1ec94
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 6 additions and 2 deletions

8
.gitignore vendored
View File

@ -11,10 +11,14 @@ missing
stamp-h1 stamp-h1
compton compton
*.o *.o
*.d
build/ build/
compile_commands.json compile_commands.json
build.ninja build.ninja
# ccls
.ccls-cache
# CMake files # CMake files
compton-*.deb compton-*.deb
compton-*.rpm compton-*.rpm
@ -34,8 +38,8 @@ install_manifest.txt
*~ *~
# Misc files # Misc files
/core core.*
/*.core .gdb_history
oprofile_data/ oprofile_data/
compton.plist compton.plist
callgrind.out.* callgrind.out.*