diff options
author | Weitian LI <liweitianux@users.noreply.github.com> | 2014-05-17 19:59:09 -0700 |
---|---|---|
committer | Weitian LI <liweitianux@users.noreply.github.com> | 2014-05-17 19:59:09 -0700 |
commit | eaaa8c7bf363c349cb596d28e09bfd75dc6fb9d9 (patch) | |
tree | d3ec30c7c6176243c5562f9811b3bfa5b6abbed4 /.gitignore | |
download | dotfiles-eaaa8c7bf363c349cb596d28e09bfd75dc6fb9d9.tar.bz2 |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d40434 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex |