summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: bd932a3567541783c0dc775f70acb577fb8bbc3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
*.swp
*.*~
build/
missing
install-sh
configure
config.h.in
Makefile.in
aclocal.m4
autom4te.cache/
compile
depcomp
*.o
*.gcov
*.gcda
*.gcno

# I want to ignore log files
*.log

# Core files should never be checked in
core

# ignore patches too, the code is either checked in or branch.
*.patch*

doc/*.html
doc/*.1
doc/*.doxy
*.unc-backup~
*.unc-backup.md5~

# autotools generated files
*.dirstamp
*.deps
Makefile
config.h
config.status
config/config.c
stamp-h1

# generated executables
helper_test
rofi
rofi_test
textbox_test