summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6cad984f0b87ab1d7f10a64f12e732d40767c587 (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
# ignore objects
*.o
# ignore dependency files
*.d

# ignore backups/vim's files
*~
.*.swp

# ignore binaries
herbstluftwm
herbstclient

# ignore generated doc
doc/herbstclient.1
doc/herbstclient.html
doc/herbstluftwm.1
doc/herbstluftwm.html
doc/herbstluftwm-tutorial.7
doc/herbstluftwm-tutorial.html

# ignore build dirs
build/
etc/

# ignore tag files
src/tags
src/TAGS
ipc-client/tags
ipc-client/TAGS