File: .gitignore

package info (click to toggle)
fcitx5-varnam 0.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 384 kB
  • sloc: cpp: 913; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
build/
builddir/
**/Testing/

*.so
*.o
*.a

**/varnamfcitx-addon.conf
**/CMakeCache.txt
**/meson.build
CMakeFiles/
meson_options.txt
meson.options

compile_commands.json
.cache/
.vscode/