summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: ac7472d98ac9a933f884b08b1d367330100359cb (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
47
48
49
50
51
52
53
54
55
/build/

# autotools generated files
/missing
/install-sh
/configure
/config.status
/config.h.in
/config.h
/Makefile.in
/Makefile
/aclocal.m4
/autom4te.cache/
/compile
/depcomp
/stamp-h1
.dirstamp
.deps/
*.o
*.gcov
*.gcda
*.gcno
/test-driver
/ar-lib

# generated files
/helper_test
/helper_config_cmdline_parser
/helper_expand
/history_test
/rofi_test
/textbox_test
/rofi
/doc/*.html
/doc/*.doxy
/gitconfig.h
test/output.txt

# 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*

# backup files
*.swp
*.*~
*.unc-backup~
*.unc-backup.md5~

# Build
ylwrap