Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all intermediate files are filtered by .gitignore #443

Open
hsluoyz opened this issue Jun 30, 2016 · 2 comments
Open

Not all intermediate files are filtered by .gitignore #443

hsluoyz opened this issue Jun 30, 2016 · 2 comments

Comments

@hsluoyz
Copy link
Member

hsluoyz commented Jun 30, 2016

@bonsaiviking , I used Visual Studio 2013 to build the nmap project, then my git client shows a lot of intermediate file changes, which is very disturbing. The .gitignore file needs to be updated by adding the following lines to the bottom. Thanks!

My commit is: hsluoyz@28f8134

/libpcre/Debug/
/libpcre/Release/
/liblua/Debug/
/liblua/Release/
/libnetutil/Debug/
/libnetutil/Release/
/liblinear/Debug/
/liblinear/Release/
/libdnet-stripped/Debug/
/libdnet-stripped/Release/
/nbase/Debug/
/nbase/Release/
/mswin32/Debug/
/mswin32/Release/
/nsock/Debug/
/nsock/Release/
/nping/Debug/
/nping/Release/
/nmap-update/Debug/
/nmap-update/Release/
/ncat/Debug/
/ncat/Release/
@hsluoyz
Copy link
Member Author

hsluoyz commented Jun 30, 2016

There's another issue about the project dependence. See the commit here: hsluoyz@28892bd

@Varunram
Copy link

Added a few lines apart from those suggested in order to match SVN ignore list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants