From: nasm-bot f. C. G. <gor...@gm...> - 2013-05-12 17:15:35
|
Commit-ID: f0301980abb667f29c3d5fcc87531cc482926cbd Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=f0301980abb667f29c3d5fcc87531cc482926cbd Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Fri, 10 May 2013 13:27:02 +0400 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Fri, 10 May 2013 13:27:02 +0400 Make .git-ignore directory to ignore by scm To stash various code which a developer not need to be tracked. Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6c72bf2..7762914 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ \#* *.bak *.tmp +.git-ignore cscope* tags TAGS |