From: nasm-bot f. C. G. <gor...@gm...> - 2013-02-17 18:54:30
|
Commit-ID: a709e767f608f633cd14ac04c4f776fc2c57a00c Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=a709e767f608f633cd14ac04c4f776fc2c57a00c Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 17 Feb 2013 22:47:28 +0400 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 17 Feb 2013 22:47:28 +0400 Update .gitignore Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index f812e77..6c72bf2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,10 +9,16 @@ *.orig *.out *.rej +*.xml +*.swp +.*swo *~ \#* *.bak *.tmp +cscope* +tags +TAGS /Makefile /config.h /config.h.in |