Commit Graph

14 Commits

Author SHA1 Message Date
Travis Cross 9b80aa18a4 Updates to .gitignore. 2010-05-28 02:16:42 +00:00
Jeff Lenk b6628d26fe FSBUILD-269 Add more excludes to .gitignore (for Windows) 2010-05-25 08:41:44 -05:00
Brian West 98a4b3e812 update ignore 2010-04-27 13:56:16 -05:00
Brian West 150e1f4805 ignore 2010-04-20 12:28:04 -05:00
Brian West 517a822b50 ignore more 2010-04-20 12:27:38 -05:00
Brian West 03703293f4 fix ignore 2010-04-20 12:20:51 -05:00
Travis Cross 254dd59411 Tightened up .gitignore further. 2010-04-05 23:32:50 +00:00
Travis Cross db26c65ea7 Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree.
Check for files that we are accidentally ignoring:

  git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"

Check for files that we might want to ignore:

  git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"
2010-04-05 23:17:43 +00:00
Travis Cross 5a8a9bfb62 .gitignore /freeswitch-sounds-* 2010-04-05 22:42:25 +00:00
Michael Jerris 92c3f93874 .gitignore for windows (FSBUILD-269) 2010-04-01 21:08:31 -04:00
Michael Jerris c9eacf2ba0 .gitignore 2010-04-01 20:54:52 -04:00
Michael Jerris 3d4b9f83f4 .gitignore 2010-04-01 13:32:02 -04:00
Raymond Chandler 4b8eba656d .gitignore 2010-03-31 17:24:10 -04:00
Anthony Minessale b1bc026408 .gitignore 2010-03-31 15:59:57 -05:00