diff options
author | Tharre <tharre3@gmail.com> | 2014-04-16 22:16:21 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2014-04-16 22:16:21 +0200 |
commit | e33a70116ef288e61ce5e3349651f250074329db (patch) | |
tree | 6e21de33bd166b7e3d967f0a666c9fb45df9d433 /.gitignore | |
parent | 9e5c74c5711557b120945b5a2c0d6723d3427c20 (diff) | |
download | redo-e33a70116ef288e61ce5e3349651f250074329db.tar.gz redo-e33a70116ef288e61ce5e3349651f250074329db.tar.xz redo-e33a70116ef288e61ce5e3349651f250074329db.zip |
Added .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dea1876 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# ignore output +out/*.o +out/redo +out/redo-ifchange + +# ignore autoconf stuff +config.h +config.h.in +config.log +config.status +configure +autom4te.cache |