diff options
author | Aaron Ball <nullspoon@iohq.net> | 2016-02-13 13:19:05 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@iohq.net> | 2016-02-13 13:20:38 -0700 |
commit | 33e35fc0d000783963a4319c658e78585a213785 (patch) | |
tree | 44d43c6c58d5ae1e2154178345849102993ac3dc /.gitignore | |
parent | 73140dd3359c1bcdea01baa0bf918747d936a1e6 (diff) | |
download | resume-33e35fc0d000783963a4319c658e78585a213785.tar.gz resume-33e35fc0d000783963a4319c658e78585a213785.tar.xz |
Added gitignore
Now we won't risk accidentally checking in output files from make
operations
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4cc9bd4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pdf +*.html +*.doc |