Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic .gitignore file not working properly (Read 1768 times)
soujanya
Newbies
*
Offline


Posts: 1
Joined: Aug 10th, 2018
.gitignore file not working properly
Aug 10th, 2018 at 10:10am
Print Post  
I have the following .gitignore file:

# Ignore everything
*

# But not these
!.gitignore
!Code
!Materials
The intention is to ignore everything except the .gitignorefile itself, and everything under the Code and Materials directories. Somehow when I open SourceTree, the .gitignore file is properly excluded, but the Code and Materials directories are ignored. What did I do wrong?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: .gitignore file not working properly
Reply #1 - Aug 11th, 2018 at 8:51pm
Print Post  
Hi

This forum is for visual micro. Visual Micro does not have any interaction with git, we just use standard visual studio c++ projects. 

I think your question is for whatever git extension you are using or for microsoft.

Thanks
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint