diff options
author | Feffernoose <fefferburbia@gmail.com> | 2013-09-30 20:20:45 -0400 |
---|---|---|
committer | Feffernoose <fefferburbia@gmail.com> | 2013-09-30 20:20:45 -0400 |
commit | 2b1f8c3363ef667bc20f33bbb5a856a35f2591ba (patch) | |
tree | 2a14698dfece64466ea728c322aec14d106b2e60 /.gitignore | |
parent | 4535c8b170f77d91eb612d7e7ddf01bf065b56c2 (diff) | |
download | rawr-ebooks-2b1f8c3363ef667bc20f33bbb5a856a35f2591ba.tar.gz rawr-ebooks-2b1f8c3363ef667bc20f33bbb5a856a35f2591ba.tar.bz2 rawr-ebooks-2b1f8c3363ef667bc20f33bbb5a856a35f2591ba.zip |
Started automake stuff
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 | ||