18 Commits

Author SHA1 Message Date
Travis Cross
6a5595b049 Improve our .gitignore files
Avoid ignoring files actually in our tree, and ignore some generated
files that were not being ignored previously.
2013-07-27 03:41:11 +00:00
Travis Cross
59d3823ed2 Update .gitignore 2012-09-23 07:49:26 +00:00
Jeff Lenk
bdb73beb8e FS-4526 --resolve 2012-08-17 19:46:54 -05:00
Travis Cross
d95ac52a15 correct some module .gitignore entries 2012-05-05 23:29:18 +00:00
Travis Cross
01a227d462 gitignore httapi/Makefile 2012-04-04 17:24:55 +00:00
Travis Cross
a1b33af95f update src/mod/.gitignore 2011-09-24 06:02:58 +00:00
Travis Cross
dc80c40180 cleanup .gitignore 2011-08-19 02:48:41 +00:00
Travis Cross
f510950398 gitignore mod_timerfd/Makefile 2011-08-19 02:47:01 +00:00
Travis Cross
95a18a9e1a update .gitignore 2011-05-17 16:51:44 +00:00
Brian West
e38156f182 JANITOR-10 2011-03-16 16:48:43 -05:00
Travis Cross
364c156cdc update .gitignore 2010-11-24 03:46:59 +00:00
Travis Cross
9b80aa18a4 Updates to .gitignore. 2010-05-28 02:16:42 +00:00
Michael Jerris
fa9a59a88b initial checkin of mod_fax/mod_voipcodecs merge into mod_spandsp 2010-05-24 05:38:17 -04:00
Anthony Minessale
7b3d3f7ef2 Tea for two (or maybe thirty eight?) 2010-05-21 16:47:21 -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
Michael Jerris
c9eacf2ba0 .gitignore 2010-04-01 20:54:52 -04:00
Anthony Minessale
b1bc026408 .gitignore 2010-03-31 15:59:57 -05:00