David Megginson writes:
Here's an unusual patch for FlightGear -- I've created .cvsignore files for every source directory, to make CVS output more informative. This is especially nice when using cvs-examine from (X)Emacs to look for changes.
This commit is contained in:
parent
810aee6de8
commit
4cc5cee885
30 changed files with 141 additions and 1 deletions
.cvsignore
src
.cvsignore
ATC
Aircraft
Airports
Autopilot
Cockpit
Controls
FDM
GUI
Include
Input
Main
Navaids
Network
NetworkOLK
Objects
Scenery
Sound
Time
Weather
WeatherCM
tests
7
.cvsignore
Normal file
7
.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
.cvsignore
|
||||
Makefile
|
||||
Makefile.in
|
||||
config.cache
|
||||
config.log
|
||||
config.status
|
||||
configure
|
3
src/.cvsignore
Normal file
3
src/.cvsignore
Normal file
|
@ -0,0 +1,3 @@
|
|||
.cvsignore
|
||||
Makefile
|
||||
Makefile.in
|
4
src/ATC/.cvsignore
Normal file
4
src/ATC/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile.in
|
||||
Makefile
|
4
src/Aircraft/.cvsignore
Normal file
4
src/Aircraft/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
6
src/Airports/.cvsignore
Normal file
6
src/Airports/.cvsignore
Normal file
|
@ -0,0 +1,6 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
genrunways
|
||||
gensimple
|
4
src/Autopilot/.cvsignore
Normal file
4
src/Autopilot/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
4
src/Cockpit/.cvsignore
Normal file
4
src/Cockpit/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
4
src/Controls/.cvsignore
Normal file
4
src/Controls/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
6
src/FDM/.cvsignore
Normal file
6
src/FDM/.cvsignore
Normal file
|
@ -0,0 +1,6 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
engine
|
||||
pstest
|
4
src/FDM/Balloon/.cvsignore
Normal file
4
src/FDM/Balloon/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
5
src/FDM/JSBSim/.cvsignore
Normal file
5
src/FDM/JSBSim/.cvsignore
Normal file
|
@ -0,0 +1,5 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
testJSBsim
|
4
src/FDM/JSBSim/filtersjb/.cvsignore
Normal file
4
src/FDM/JSBSim/filtersjb/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
4
src/FDM/LaRCsim/.cvsignore
Normal file
4
src/FDM/LaRCsim/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
4
src/FDM/UIUCModel/.cvsignore
Normal file
4
src/FDM/UIUCModel/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
4
src/FDM/YASim/.cvsignore
Normal file
4
src/FDM/YASim/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
4
src/GUI/.cvsignore
Normal file
4
src/GUI/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
9
src/Include/.cvsignore
Normal file
9
src/Include/.cvsignore
Normal file
|
@ -0,0 +1,9 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
config.h
|
||||
stamp-h
|
||||
stamp-h.in
|
||||
stamp-h1
|
||||
version.h
|
6
src/Input/.cvsignore
Normal file
6
src/Input/.cvsignore
Normal file
|
@ -0,0 +1,6 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
fgjs
|
||||
js_demo
|
7
src/Main/.cvsignore
Normal file
7
src/Main/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
fgfs
|
||||
runfgfs
|
||||
runfgfs.bat
|
|
@ -157,7 +157,7 @@ getLoggingClasses ()
|
|||
string result = "";
|
||||
for (int i = 0; log_class_mappings[i].c != SG_UNDEFD; i++) {
|
||||
if ((classes&log_class_mappings[i].c) > 0) {
|
||||
if (result != "")
|
||||
if (result != (string)"")
|
||||
result += '|';
|
||||
result += log_class_mappings[i].name;
|
||||
}
|
||||
|
|
5
src/Navaids/.cvsignore
Normal file
5
src/Navaids/.cvsignore
Normal file
|
@ -0,0 +1,5 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
testnavs
|
4
src/Network/.cvsignore
Normal file
4
src/Network/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
4
src/NetworkOLK/.cvsignore
Normal file
4
src/NetworkOLK/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
4
src/Objects/.cvsignore
Normal file
4
src/Objects/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
4
src/Scenery/.cvsignore
Normal file
4
src/Scenery/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
4
src/Sound/.cvsignore
Normal file
4
src/Sound/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
4
src/Time/.cvsignore
Normal file
4
src/Time/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
4
src/Weather/.cvsignore
Normal file
4
src/Weather/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
4
src/WeatherCM/.cvsignore
Normal file
4
src/WeatherCM/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
10
tests/.cvsignore
Normal file
10
tests/.cvsignore
Normal file
|
@ -0,0 +1,10 @@
|
|||
.cvsignore
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
est-epsilon
|
||||
gl-info
|
||||
test-gethostname
|
||||
test-mktime
|
||||
test-text
|
||||
test-up
|
Loading…
Add table
Reference in a new issue