diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-02 12:51:44 -0800 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-02 12:51:44 -0800 |
commit | 9aaac5be9db5e1537badc65242412ef14c5096e3 (patch) | |
tree | a9d4a8f1588a95b1436a0be3e76e34e357331cf0 /.gitignore | |
download | ka9q-fec-9aaac5be9db5e1537badc65242412ef14c5096e3.tar.gz ka9q-fec-9aaac5be9db5e1537badc65242412ef14c5096e3.tar.bz2 ka9q-fec-9aaac5be9db5e1537badc65242412ef14c5096e3.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9fa3b1b --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Object files +*.o +*.ko + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app |