summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 990ced426b34ff8c7fad0ace2bc5ab0a8cc16f2c (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
56
57
58
# Object files
*.o
*.ko

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
/client/bemenu
/client/bemenu-run

# Vim swap files
.*.swp
.swp

# Archives
*.tar
*.tar.gz
*.tgz
*.tar.bz2
*.tar.xz
*.zip
*.rar

# Build directories
build/
bin/

# Backup files
*~
*.backup
*.old

# CMake
CMakeFiles
CTestTestfile.cmake
Makefile
cmake_install.cmake
CMakeCache.txt
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
DartConfiguration.tcl
Doxyfile

# Generated source files
/lib/version.h
/lib/renderers/wayland/wayland-*-client-protocol.h
/lib/renderers/wayland/wayland-*-protocol.c