diff options
author | adam <adamansky@gmail.com> | 2013-04-25 13:12:31 +0700 |
---|---|---|
committer | adam <adamansky@gmail.com> | 2013-04-25 13:12:31 +0700 |
commit | 8f12101e732197fe12d9bc39cc4f09bfd72ecc88 (patch) | |
tree | 4278d256c961cdf495e9d12b58419a65d6c3c1cc /.gitignore | |
parent | 630e25888f6a2bbe1725826998477978f14b487c (diff) | |
download | ejdb-8f12101e732197fe12d9bc39cc4f09bfd72ecc88.tar.gz ejdb-8f12101e732197fe12d9bc39cc4f09bfd72ecc88.tar.bz2 ejdb-8f12101e732197fe12d9bc39cc4f09bfd72ecc88.zip |
npmignore + gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,7 @@ *.o *.vlog +*.log +*.status *.dylib *.upload *.rock @@ -7,6 +9,7 @@ *.so.* *.a *.dll +*.exp *.exe *.sdf *.suo @@ -14,8 +17,12 @@ *.exp *.lib *.zip +*.cache +*.tag.gz +*.tgz .dep.inc +/Makefile addressbook* autom4te.cache/ config.log |