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