OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
126b0269379bbb6cc6c8b808d34b216539682a75
Authored by
Jay Berkenbilt
2023-01-09 07:30:49 -0500
1 parent
aefb8ff9
Add .cache to .gitignore -- created by clangd
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
.gitignore
.gitignore
View file @
126b026
...
...
@@ -3,3 +3,4 @@ build.*
3
3
appimage/build
4
4
external-libs
5
5
distribution/
6
+.cache
...
...