diff options
author | LAN-TW <lantw44@gmail.com> | 2013-10-19 01:05:20 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-10-19 01:05:20 +0800 |
commit | 4d36f9c07d9f614c768d9f552bfafd0f51c87097 (patch) | |
tree | e62a9128745d2a4a755ca5f3715d5facab388ff5 /.gitignore | |
download | cn2013.tar.gz cn2013.tar.zst cn2013.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4cccae8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +aclocal.m4 +autom4te.cache +autoscan.log +compile +config.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +configure.scan +depcomp +gtk-doc.make +install-sh +libtool +ltmain.sh +missing +Makefile +Makefile.in +stamp-h1 + +core +core.* +.deps +.libs +*~ +*.o +*.a +*.lo +*.la +*.core +*.log +*.aux +*.out +*.swp +*.synctex.gz +*.zip +*.tar +*.tar.* |