Created
December 15, 2010 23:36
-
-
Save lamdor/742784 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bin/ | |
| !bin/*.config |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Given the following .gitignore and tree command. | |
| How do we change the .gitignore so that bin/abc.config isn't ignored and bin/test.dll and all other files under bin are continued to be ignored? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/junk/gitignore-test(master) $ tree | |
| . | |
| ├── README | |
| └── bin | |
| ├── abc.config | |
| └── test.dll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment