diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-11-12 20:24:49 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-11-12 20:24:49 +0100 |
commit | e4068331e701c1a64a304225097a672ca8e2bf05 (patch) | |
tree | a00055152173158756ffc98edfc060735eaff21e /.gitignore | |
parent | df26d1ef3104371c8b66e0ba652547d1ae9cbe94 (diff) | |
download | dabmod-e4068331e701c1a64a304225097a672ca8e2bf05.tar.gz dabmod-e4068331e701c1a64a304225097a672ca8e2bf05.tar.bz2 dabmod-e4068331e701c1a64a304225097a672ca8e2bf05.zip |
make versioning git compatible, update INSTALL
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1fe5e60 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ + +autom4te.cache +src/*.o +stamp-h1 +src/.deps +lib/kiss_fft129 +**/Makefile +config.log +config.h +config.status +src/crc-dabmod + +.*.swp |