diff options
author | Joshua Randall | 2014-10-30 18:03:10 +0000 |
---|---|---|
committer | Joshua Randall | 2014-10-30 18:04:14 +0000 |
commit | 5d393032004e89136cc02053d8fa00759514223b (patch) | |
tree | 7ba0b15dd5b7ab280f2406bc01b02549e0319786 /.gitignore | |
parent | f1b80da01aa20498c7efd18b19df094f32661d8f (diff) | |
download | pangemma-5d393032004e89136cc02053d8fa00759514223b.tar.gz |
Adds .gitignore file
Ignores built .o files, anything in bin/, and the .tar.gz dist files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +.gitignore +*.o +*.tar.gz +bin/ |