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

Can't ignore the .exe files even after following the proper rules for ignoring exe files in ".gitignore" file #57

Open
AmbrishShukla opened this issue Dec 21, 2023 · 1 comment

Comments

@AmbrishShukla
Copy link

AmbrishShukla commented Dec 21, 2023

getting the below error !!

                                  $ git verify 
                                  Verifying the ignore-them exercise. Hold on...
                                  Exercise: ignore-them        
                                  Status: FAILED
                                  JNcrFbGD.exe file is not ignored
                                  
                                  See your progress and instructions at:
                                  https://gitexercises.fracz.com/c/dza

My .gitignore file ->

                                  *.exe
                                  *.o
                                  *.jar
                                  /libraries/
@AmbrishShukla AmbrishShukla changed the title Can't ignore the .exe files even after following the proper rules for ignoring exe file ".gitignore" file Can't ignore the .exe files even after following the proper rules for ignoring exe files in ".gitignore" file Dec 21, 2023
@fracz
Copy link
Owner

fracz commented Jan 14, 2024

Did you commit your .gitignore file?

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

No branches or pull requests

2 participants