diff options
author | marha <marha@users.sourceforge.net> | 2011-06-01 17:31:31 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-06-01 17:31:31 +0200 |
commit | 5e835037510a4ccf001fb8f0a9aed29a28072fec (patch) | |
tree | 35ce500599c673ad1a1b7689b5dafe9372aa8b12 | |
parent | 17578305174cfc484071553c6fafe79099b73d4d (diff) | |
download | vcxsrv-5e835037510a4ccf001fb8f0a9aed29a28072fec.tar.gz vcxsrv-5e835037510a4ccf001fb8f0a9aed29a28072fec.tar.bz2 vcxsrv-5e835037510a4ccf001fb8f0a9aed29a28072fec.zip |
Added *.orig to .gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 251269b83..96b7b6660 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.orig obj obj_d objs @@ -9,4 +10,4 @@ Release *.lib *.pyc *.res -*.pdb
\ No newline at end of file +*.pdb |