Skip to content

Instantly share code, notes, and snippets.

@lamdor
Created December 15, 2010 23:36
Show Gist options
  • Select an option

  • Save lamdor/742784 to your computer and use it in GitHub Desktop.

Select an option

Save lamdor/742784 to your computer and use it in GitHub Desktop.
bin/
!bin/*.config
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?
~/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