diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-01-27 00:41:45 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-01-27 00:41:45 +0300 |
commit | 1e0861c078ab0b5755bdee6f15f15415801cf30a (patch) | |
tree | fb6983373979e4cfd60dd7fafcf1eb8832bf7d3e /.gitignore | |
download | cv-1e0861c078ab0b5755bdee6f15f15415801cf30a.tar.gz cv-1e0861c078ab0b5755bdee6f15f15415801cf30a.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a3e5ace --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.aux
+*.log
+*.out
+*.pdf
+!pdf/*.pdf
|