diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 06:35:49 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 06:35:49 +0300 |
commit | 67fe6bd021a7bf509a9caf6fc4b1d6a0f449b99f (patch) | |
tree | 10f2690eb363cf41a560d9fe45db1a3bd6e031f8 /nrvo_by_default/.gitignore | |
parent | nrvo: link everything statically w/ GCC (diff) | |
download | blog-67fe6bd021a7bf509a9caf6fc4b1d6a0f449b99f.tar.gz blog-67fe6bd021a7bf509a9caf6fc4b1d6a0f449b99f.zip |
nrvo: ignore *.obj files
Diffstat (limited to 'nrvo_by_default/.gitignore')
-rw-r--r-- | nrvo_by_default/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nrvo_by_default/.gitignore b/nrvo_by_default/.gitignore index b883f1f..25e9f74 100644 --- a/nrvo_by_default/.gitignore +++ b/nrvo_by_default/.gitignore @@ -1 +1,2 @@ +*.obj *.exe |