diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 620d3dc..024e725 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -11,3 +11,23 @@ | |||
11 | *.lai | 11 | *.lai |
12 | *.la | 12 | *.la |
13 | *.a | 13 | *.a |
14 | |||
15 | # Mac stuff | ||
16 | .DS_Store | ||
17 | |||
18 | # Automake stuff | ||
19 | Makefile.in | ||
20 | aclocal.m4 | ||
21 | autom4te.cache | ||
22 | configure | ||
23 | .deps | ||
24 | config.log | ||
25 | config.status | ||
26 | missing | ||
27 | install-sh | ||
28 | depcomp | ||
29 | Makefile | ||
30 | |||
31 | # Actual binary | ||
32 | rawr-ebooks | ||
33 | rawr-ebooks.exe | ||