-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Add .gitignore file #745
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
Add .gitignore file #745
Conversation
Is it ok to set this to |
It might be a problem if a folder in PCL is named 'building' etc.. Here is a little trick; Put this in your .gitignore :
This way gitignore will ignore .gitgnore... 😄 |
I mean
This won't be a problem |
By the way, it's great to make |
I updated my comment too, |
yes, you are right. thanks. 😄 |
I have build dirs outside of the git repo (on an SSD) and different names as well. As it's hard to predict the name and on the other and easy to just have a gitignore locally, I vote against this pull request. |
The official instructions makes the user create a build folder inside PCL git repo: Well it's not a big deal; if you don't want it let's drop the idea |
It's only my vote, if others want it, I'm ok as well ;). |
There is a special file where you can put your own ignores: I'm also against. If it was the case that absolutely everyone uses |
No description provided.