about summary refs log tree commit diff stats
path: root/.gitignore
blob: c342463f0434bd7a2d487f73ec30391a22ef8557 (plain) (blame)
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
# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a

# Mac stuff
.DS_Store

# Automake stuff
Makefile.in
aclocal.m4
autom4te.cache
configure
.deps
config.log
config.status
missing
install-sh
depcomp
Makefile

# Actual binary
rawr-ebooks
rawr-ebooks.exe
rawr-gen
rawr-gen.exe

# CMake
CMakeCache.txt
CMakeFiles
cmake_install.cmake