#exclude the global ignore for this file
!.gitignore
 
#include everything in this directory
!*

#ignore netbeans crap
nbproject

#ignore ldt crap
.buildpath
.project
