diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2012-01-13 10:27:29 +0000 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2012-01-13 10:27:29 +0000 |
commit | 7a3b5f5f5717ba68e1231d9d98b4e096e8f8c16b (patch) | |
tree | 99e4e6f2d1c42e7c603b0087e7a789d9e5771a05 /.gitignore | |
parent | 38cd554da610ee616475e7ef67c12698f51e1e11 (diff) |
expedite: Updated .gitignore
SVN revision: 67184
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b13ec0 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,33 @@ | |||
1 | *.o | ||
2 | *.swo | ||
3 | *.swp | ||
4 | Makefile | ||
5 | Makefile.in | ||
6 | aclocal.m4 | ||
7 | autom4te.cache/ | ||
8 | compile | ||
9 | config.guess | ||
10 | config.h | ||
11 | config.h.in | ||
12 | config.log | ||
13 | config.status | ||
14 | config.sub | ||
15 | configure | ||
16 | data/Makefile | ||
17 | data/Makefile.in | ||
18 | depcomp | ||
19 | install-sh | ||
20 | ltmain.sh | ||
21 | m4/libtool.m4 | ||
22 | m4/ltoptions.m4 | ||
23 | m4/ltsugar.m4 | ||
24 | m4/ltversion.m4 | ||
25 | m4/lt~obsolete.m4 | ||
26 | missing | ||
27 | src/Makefile | ||
28 | src/Makefile.in | ||
29 | src/bin/.deps/ | ||
30 | src/bin/Makefile | ||
31 | src/bin/Makefile.in | ||
32 | src/bin/expedite | ||
33 | stamp-h1 | ||