summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 7ef384ab8e23d87aa45509039890eeaafe8acd1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# the following is the binary
discord.c
a.out
# debugging log files
valgrind-out.txt
.gdb_history
# files I like to keep in my WD
src.old/
src/ui.glade~
src/#ui.glade#
# tmp
tmp/