source: .gitignore

Last change on this file was 75222ab, checked in by dequis <dx@…>, at 2020-09-01T11:35:40Z

gitignore: add debian subdirs and some tooling output

A previous commit removed debian/ from gitignore, but it still contains
output from the deb build process. So instead of throwing the whole dir
in, I added the entries for the stuff that shows up as untracked in my
working copy.

  • Property mode set to 100644
File size: 509 bytes
Line 
1Makefile.settings
2config.h
3bitlbee
4user-guide.txt
5user-guide.html
6help.txt
7build-arch-stamp
8build-stamp
9tags
10decode
11encode
12bitlbee.pc
13.gdb_history
14tests/check
15*.gcda
16*.gcov
17*.gcno
18*.o
19*.so
20coverage
21bitlbee.info
22bitlbee.exe
23.depend
24DEADJOE
25callgrind.out.*
26cov-int
27.bzr
28.bzrignore
29.git
30.gitignore
31bitlbee.service
32bitlbee@.service
33*~
34debian/bitlbee-common
35debian/bitlbee-dev
36debian/bitlbee-libpurple
37debian/bitlbee-plugin-otr
38debian/build-libpurple
39debian/build-native
40debian/files
41.clangd
42compile_commands.json
Note: See TracBrowser for help on using the repository browser.