diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2011-11-20 18:27:44 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2011-11-20 18:27:44 +0100 |
commit | f66f1f5798adf7652f0939a91df9d17229caa3df (patch) | |
tree | 9fcae93e52aad78169e2e6e9502bfb68fe0fc9fe /.gitignore | |
parent | bab0068bed39e298f5755a97d0e9d077439aad9d (diff) |
Add gitignore file
Ignore swap files and binaries.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..74cb5f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.swp +test_* |