This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
Watch
1
Star
0
Fork
0
You've already forked freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
synced
2025-02-25 02:51:30 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
freeswitch
/
src
/
mod
/
endpoints
/
mod_gsmopen
/
.gitignore
4 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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:13:57 +00:00
!/gsmlib/gsmlib-*/aclocal.m4
!/gsmlib/gsmlib-*/configure
update gitignore exclusion for binary in tree Is this really needed?
2012-03-16 04:21:06 +00:00
!/gsmlib/gsmlib_1.10.orig.tar.gz
Reference in New Issue
Copy Permalink