From c89b18ddbd639292d0b0a435f4372f05642169bf Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Wed, 2 Jun 2010 11:27:16 +0200 Subject: [PATCH] Ignore generated files add generated files to gitignore that has also been in cvsignore remove generated config.h-msvc* from source control --- .gitignore | 1 + src/Airports/.gitignore | 1 + src/FDM/YASim/.gitignore | 2 + src/GUI/.gitignore | 1 + src/Include/config.h-msvc6 | 198 ----------------------------------- src/Include/config.h-msvc71 | 174 ------------------------------- src/Include/config.h-msvc8 | 202 ------------------------------------ src/Include/config.h-msvc90 | 174 ------------------------------- src/Input/.gitignore | 2 + src/Main/.gitignore | 4 + tests/.gitignore | 9 ++ utils/GPSsmooth/.gitignore | 3 + utils/Modeller/.gitignore | 5 + utils/TerraSync/.gitignore | 1 + utils/fgviewer/.gitignore | 1 + utils/js_server/.gitignore | 1 + utils/propmerge/.gitignore | 1 + 17 files changed, 32 insertions(+), 748 deletions(-) create mode 100644 src/Airports/.gitignore create mode 100644 src/FDM/YASim/.gitignore create mode 100644 src/GUI/.gitignore delete mode 100644 src/Include/config.h-msvc6 delete mode 100755 src/Include/config.h-msvc71 delete mode 100755 src/Include/config.h-msvc8 delete mode 100755 src/Include/config.h-msvc90 create mode 100644 src/Input/.gitignore create mode 100644 src/Main/.gitignore create mode 100644 tests/.gitignore create mode 100644 utils/GPSsmooth/.gitignore create mode 100644 utils/Modeller/.gitignore create mode 100644 utils/TerraSync/.gitignore create mode 100644 utils/fgviewer/.gitignore create mode 100644 utils/js_server/.gitignore create mode 100644 utils/propmerge/.gitignore diff --git a/.gitignore b/.gitignore index df96fce51..98517f567 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,6 @@ autom4te.cache depcomp install-sh missing +INSTALL *.o lib*.a diff --git a/src/Airports/.gitignore b/src/Airports/.gitignore new file mode 100644 index 000000000..a11fbd261 --- /dev/null +++ b/src/Airports/.gitignore @@ -0,0 +1 @@ +calc_loc diff --git a/src/FDM/YASim/.gitignore b/src/FDM/YASim/.gitignore new file mode 100644 index 000000000..3608c84f7 --- /dev/null +++ b/src/FDM/YASim/.gitignore @@ -0,0 +1,2 @@ +proptest +yasim diff --git a/src/GUI/.gitignore b/src/GUI/.gitignore new file mode 100644 index 000000000..f3cd5f6cf --- /dev/null +++ b/src/GUI/.gitignore @@ -0,0 +1 @@ +layout-test diff --git a/src/Include/config.h-msvc6 b/src/Include/config.h-msvc6 deleted file mode 100644 index 1b7f8ddc6..000000000 --- a/src/Include/config.h-msvc6 +++ /dev/null @@ -1,198 +0,0 @@ - -/* Special single config.h for MSVC6 build - Geoff McLane - 23 July, 2003 */ - -/* Define to enable plib joystick support */ -#ifndef ENABLE_PLIB_JOYSTICK -#define ENABLE_PLIB_JOYSTICK -#endif // #ifndef ENABLE_PLIB_JOYSTICK - -/* Define to enable threaded tile paging */ -#undef ENABLE_THREADS - -/* Define so that JSBSim compiles in 'library' mode */ -#define FGFS 1 - -/* Define to build with jpeg screen shot server */ -#undef FG_JPEG_SERVER - -/* Define for no logging output */ -#undef FG_NDEBUG - -/* Define to build with Oliver's networking */ -#undef FG_NETWORK_OLK - -/* Define to enable plib joystick name support */ -#define FG_PLIB_JOYSTICK_GETNAME - -/* Define to build with Christian Mayer's weather code */ -#undef FG_WEATHERCM - -/* Define if the X Window System is missing or not being used. */ -#define X_DISPLAY_MISSING 1 - -/* Define if the CONSOLE output has no ANSI driver (eg no "esc [ ..." seqs.) */ -#define NO_ANSI_DRIVER - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define to package name - not used? */ -#define PACKAGE "FlightGear" - -/* Define to package version - use in main.cxx */ -#define FLIGHTGEAR_VERSION "MSVC6-WIN32-2.0.0" - -/* Define as the return type of signal handlers (int or void). */ -#define RETSIGTYPE void - -/* Define to `unsigned' if doesn't define. */ -/* #undef size_t */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both and . */ -/* #undef TIME_WITH_SYS_TIME */ - -/* Define if your declares struct tm. */ -#define TM_IN_SYS_TIME 1 - -/* Define to version number */ -#define VERSION "2.0.0" - -/* Define if compiling on a Winbloze (95, NT, etc.) platform */ -#define WIN32 1 - -/* Define if you have the GetLocalTime function. */ -#define HAVE_GETLOCALTIME 1 - -/* Define if you have the ftime function. */ -#define HAVE_FTIME 1 - -/* Define if you have the getitimer function. */ -/* #define HAVE_GETITIMER 1 */ - -/* Define if you have the getrusage function. */ -/* #define HAVE_GETRUSAGE 1 */ - -/* Define if you have the gettimeofday function. */ -/* #define HAVE_GETTIMEOFDAY 1 */ - -/* Define if you have the mktime function. */ -#define HAVE_MKTIME 1 - -/* Define if you have the rand function. */ -#define HAVE_RAND 1 - -/* Define if you have the random function. */ -/* #define HAVE_RANDOM 1 */ - -/* Define if you have the rint function. */ -/* #define HAVE_RINT 1 */ - -/* Define if you have the setitimer function. */ -/* #define HAVE_SETITIMER 1 */ - -/* Define if you have the signal function. */ -#define HAVE_SIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the header file. */ -#define HAVE_GETOPT_H 1 - -/* Define if you have the header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the header file. */ -/* #define HAVE_SYS_TIME_H 1 */ - -/* Define if you have the header file. */ -#define HAVE_SYS_TIMEB_H 1 - -/* Define if you have the header file. */ -/* #define HAVE_UNISTD_H 1 */ - -/* Define if you have the header file. */ -/* #define HAVE_VALUES_H 1 */ - -/* Define if you have the header file. */ -#define HAVE_WINBASE_H 1 - -/* Define if you have the header file. */ -#define HAVE_WINDOWS_H 1 - -/* Define if you have the GL library (-lGL). */ -#define HAVE_LIBGL 1 - -/* Define if you have the GLU library (-lGLU). */ -#define HAVE_LIBGLU 1 - -/* Define if you have the GLcore library (-lGLcore). */ -/* #undef HAVE_LIBGLCORE */ - -/* Define if you have the ICE library (-lICE). */ -/* #define HAVE_LIBICE 1 */ - -/* Define if you have the MesaGL library (-lMesaGL). */ -/* #undef HAVE_LIBMESAGL */ - -/* Define if you have the MesaGLU library (-lMesaGLU). */ -/* #undef HAVE_LIBMESAGLU */ - -/* Define if you have the SM library (-lSM). */ -/* #define HAVE_LIBSM 1 */ - -/* Define if you have the X11 library (-lX11). */ -/* #define HAVE_LIBX11 1 */ - -/* Define if you have the Xext library (-lXext). */ -/* #define HAVE_LIBXEXT 1 */ - -/* Define if you have the Xi library (-lXi). */ -/* #define HAVE_LIBXI 1 */ - -/* Define if you have the Xmu library (-lXmu). */ -/* #define HAVE_LIBXMU 1 */ - -/* Define if you have the Xt library (-lXt). */ -/* #define HAVE_LIBXT 1 */ - -/* Define if you have the glut library (-lglut). */ -#define HAVE_LIBGLUT 1 - -/* Define if you have the m library (-lm). */ -#define HAVE_LIBM 1 - -/* Define if you have the socket library (-lsocket). */ -/* #undef HAVE_LIBSOCKET */ - -/* Define if you have the header file. */ -#define HAVE_MEMORY_H 1 - -#define HAVE_MEMCPY 1 - -#define NOMINMAX 1 - -#ifndef ENABLE_AUDIO_SUPPORT -#define ENABLE_AUDIO_SUPPORT -#endif - -#ifndef FG_GLUT_H -#define FG_GLUT_H -#endif // #ifndef FG_GLUT_H - -// eof - config.h-msvc6 - single flightgear config.h file diff --git a/src/Include/config.h-msvc71 b/src/Include/config.h-msvc71 deleted file mode 100755 index 0e2c75d62..000000000 --- a/src/Include/config.h-msvc71 +++ /dev/null @@ -1,174 +0,0 @@ -/* Special single config.h for MSVC71 build - F. Bouvier - 06 Jan, 2007 */ - -/* Define if the X Window System is missing or not being used. */ -#define X_DISPLAY_MISSING 1 - -/* Define if the CONSOLE output has no ANSI driver (eg no "esc [ ..." seqs.) */ -#define NO_ANSI_DRIVER - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define to package name - not used? */ -#define PACKAGE "FlightGear" - -/* Define to package version - use in main.cxx */ -#define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-2.0.0" - -/* Define as the return type of signal handlers (int or void). */ -#define RETSIGTYPE void - -/* Define to `unsigned' if doesn't define. */ -/* #undef size_t */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both and . */ -/* #undef TIME_WITH_SYS_TIME */ - -/* Define if your declares struct tm. */ -#define TM_IN_SYS_TIME 1 - -/* Define to version number */ -#define VERSION "2.0.0" -#ifndef FG_VERSION /* allow override */ -#define FG_VERSION 7 -#endif /* FG_VERSION */ - -/* Define if compiling on a Winbloze (95, NT, etc.) platform */ -#define WIN32 1 - -/* Define if you have the GetLocalTime function. */ -#define HAVE_GETLOCALTIME 1 - -/* Define if you have the ftime function. */ -#define HAVE_FTIME 1 - -/* Define if you have the getitimer function. */ -/* #define HAVE_GETITIMER 1 */ - -/* Define if you have the getrusage function. */ -/* #define HAVE_GETRUSAGE 1 */ - -/* Define if you have the gettimeofday function. */ -/* #define HAVE_GETTIMEOFDAY 1 */ - -/* Define if you have the mktime function. */ -#define HAVE_MKTIME 1 - -/* Define if you have the rand function. */ -#define HAVE_RAND 1 - -/* Define if you have the random function. */ -/* #define HAVE_RANDOM 1 */ - -/* Define if you have the rint function. */ -/* #define HAVE_RINT 1 */ - -/* Define if you have the setitimer function. */ -/* #define HAVE_SETITIMER 1 */ - -/* Define if you have the signal function. */ -#define HAVE_SIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the header file. */ -#define HAVE_GETOPT_H 1 - -/* Define if you have the header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the header file. */ -/* #define HAVE_SYS_TIME_H 1 */ - -/* Define if you have the header file. */ -#define HAVE_SYS_TIMEB_H 1 - -/* Define if you have the header file. */ -/* #define HAVE_UNISTD_H 1 */ - -/* Define if you have the header file. */ -/* #define HAVE_VALUES_H 1 */ - -/* Define if you have the header file. */ -#define HAVE_WINBASE_H 1 - -/* Define if you have the header file. */ -#define HAVE_WINDOWS_H 1 - -/* Define if you have the GL library (-lGL). */ -#define HAVE_LIBGL 1 - -/* Define if you have the GLU library (-lGLU). */ -#define HAVE_LIBGLU 1 - -/* Define if you have the GLcore library (-lGLcore). */ -/* #undef HAVE_LIBGLCORE */ - -/* Define if you have the ICE library (-lICE). */ -/* #define HAVE_LIBICE 1 */ - -/* Define if you have the MesaGL library (-lMesaGL). */ -/* #undef HAVE_LIBMESAGL */ - -/* Define if you have the MesaGLU library (-lMesaGLU). */ -/* #undef HAVE_LIBMESAGLU */ - -/* Define if you have the SM library (-lSM). */ -/* #define HAVE_LIBSM 1 */ - -/* Define if you have the X11 library (-lX11). */ -/* #define HAVE_LIBX11 1 */ - -/* Define if you have the Xext library (-lXext). */ -/* #define HAVE_LIBXEXT 1 */ - -/* Define if you have the Xi library (-lXi). */ -/* #define HAVE_LIBXI 1 */ - -/* Define if you have the Xmu library (-lXmu). */ -/* #define HAVE_LIBXMU 1 */ - -/* Define if you have the Xt library (-lXt). */ -/* #define HAVE_LIBXT 1 */ - -/* Define if you have the glut library (-lglut). */ -#define HAVE_LIBGLUT 1 - -/* Define if you have the m library (-lm). */ -#define HAVE_LIBM 1 - -/* Define if you have the socket library (-lsocket). */ -/* #undef HAVE_LIBSOCKET */ - -/* Define if you have the header file. */ -#define HAVE_MEMORY_H 1 - -#define HAVE_MEMCPY 1 - -#define NOMINMAX 1 - -#define HAVE_CULLSETTINGS_CLEAR_MASK 1 - -#ifndef ENABLE_AUDIO_SUPPORT -#define ENABLE_AUDIO_SUPPORT -#endif - -#define FG_GLUT_H - -// eof - config.h-msvc71 - single flightgear config.h file diff --git a/src/Include/config.h-msvc8 b/src/Include/config.h-msvc8 deleted file mode 100755 index fd8ce66b9..000000000 --- a/src/Include/config.h-msvc8 +++ /dev/null @@ -1,202 +0,0 @@ - -/* Special single config.h for MSVC6 build - Geoff McLane - 23 July, 2003 */ - -/* Define to enable plib joystick support */ -#ifndef ENABLE_PLIB_JOYSTICK -#define ENABLE_PLIB_JOYSTICK -#endif // #ifndef ENABLE_PLIB_JOYSTICK - -/* Define to enable threaded tile paging */ -#define ENABLE_THREADS 1 -#define ENABLE_AUDIO_SUPPORT 1 - -/* Define so that JSBSim compiles in 'library' mode */ -#define FGFS 1 - -/* Define to build with jpeg screen shot server */ -#undef FG_JPEG_SERVER - -/* Define to build with multiplayer support */ -#define FG_MPLAYER_AS 1 - -/* Define for no logging output */ -#undef FG_NDEBUG - -/* Define to build with Oliver's networking */ -#undef FG_NETWORK_OLK - -/* Define to enable plib joystick name support */ -#define FG_PLIB_JOYSTICK_GETNAME - -/* Define to build with Christian Mayer's weather code */ -#undef FG_WEATHERCM - -/* Define if the X Window System is missing or not being used. */ -#define X_DISPLAY_MISSING 1 - -/* Define if the CONSOLE output has no ANSI driver (eg no "esc [ ..." seqs.) */ -#define NO_ANSI_DRIVER - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define to package name - not used? */ -#define PACKAGE "FlightGear" - -/* Define to package version - use in main.cxx */ -#define FLIGHTGEAR_VERSION "MSVC8-WIN32-2.0.0" - -/* Define as the return type of signal handlers (int or void). */ -#define RETSIGTYPE void - -/* Define to `unsigned' if doesn't define. */ -/* #undef size_t */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both and . */ -/* #undef TIME_WITH_SYS_TIME */ - -/* Define if your declares struct tm. */ -#define TM_IN_SYS_TIME 1 - -/* Define to version number */ -#define VERSION "2.0.0" - -/* Define if compiling on a Winbloze (95, NT, etc.) platform */ -#define WIN32 1 - -/* Define if you have the GetLocalTime function. */ -#define HAVE_GETLOCALTIME 1 - -/* Define if you have the ftime function. */ -#define HAVE_FTIME 1 - -/* Define if you have the getitimer function. */ -/* #define HAVE_GETITIMER 1 */ - -/* Define if you have the getrusage function. */ -/* #define HAVE_GETRUSAGE 1 */ - -/* Define if you have the gettimeofday function. */ -/* #define HAVE_GETTIMEOFDAY 1 */ - -/* Define if you have the mktime function. */ -#define HAVE_MKTIME 1 - -/* Define if you have the rand function. */ -#define HAVE_RAND 1 - -/* Define if you have the random function. */ -/* #define HAVE_RANDOM 1 */ - -/* Define if you have the rint function. */ -/* #define HAVE_RINT 1 */ - -/* Define if you have the setitimer function. */ -/* #define HAVE_SETITIMER 1 */ - -/* Define if you have the signal function. */ -#define HAVE_SIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the header file. */ -#define HAVE_GETOPT_H 1 - -/* Define if you have the header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the header file. */ -/* #define HAVE_SYS_TIME_H 1 */ - -/* Define if you have the header file. */ -#define HAVE_SYS_TIMEB_H 1 - -/* Define if you have the header file. */ -/* #define HAVE_UNISTD_H 1 */ - -/* Define if you have the header file. */ -/* #define HAVE_VALUES_H 1 */ - -/* Define if you have the header file. */ -#define HAVE_WINBASE_H 1 - -/* Define if you have the header file. */ -#define HAVE_WINDOWS_H 1 - -/* Define if you have the GL library (-lGL). */ -#define HAVE_LIBGL 1 - -/* Define if you have the GLU library (-lGLU). */ -#define HAVE_LIBGLU 1 - -/* Define if you have the GLcore library (-lGLcore). */ -/* #undef HAVE_LIBGLCORE */ - -/* Define if you have the ICE library (-lICE). */ -/* #define HAVE_LIBICE 1 */ - -/* Define if you have the MesaGL library (-lMesaGL). */ -/* #undef HAVE_LIBMESAGL */ - -/* Define if you have the MesaGLU library (-lMesaGLU). */ -/* #undef HAVE_LIBMESAGLU */ - -/* Define if you have the SM library (-lSM). */ -/* #define HAVE_LIBSM 1 */ - -/* Define if you have the X11 library (-lX11). */ -/* #define HAVE_LIBX11 1 */ - -/* Define if you have the Xext library (-lXext). */ -/* #define HAVE_LIBXEXT 1 */ - -/* Define if you have the Xi library (-lXi). */ -/* #define HAVE_LIBXI 1 */ - -/* Define if you have the Xmu library (-lXmu). */ -/* #define HAVE_LIBXMU 1 */ - -/* Define if you have the Xt library (-lXt). */ -/* #define HAVE_LIBXT 1 */ - -/* Define if you have the glut library (-lglut). */ -#define HAVE_LIBGLUT 1 - -/* Define if you have the m library (-lm). */ -#define HAVE_LIBM 1 - -/* Define if you have the socket library (-lsocket). */ -/* #undef HAVE_LIBSOCKET */ - -/* Define if you have the header file. */ -#define HAVE_MEMORY_H 1 - -#define HAVE_MEMCPY 1 -#define NOMINMAX 1 - - -#ifndef ENABLE_AUDIO_SUPPORT -#define ENABLE_AUDIO_SUPPORT -#endif - -#ifndef FG_GLUT_H -#define FG_GLUT_H -#endif // #ifndef FG_GLUT_H - -// eof - config.h-msvc6 - single flightgear config.h file diff --git a/src/Include/config.h-msvc90 b/src/Include/config.h-msvc90 deleted file mode 100755 index e2c38e1eb..000000000 --- a/src/Include/config.h-msvc90 +++ /dev/null @@ -1,174 +0,0 @@ -/* Special single config.h for MSVC90 build - F. Bouvier - 17 Jan, 2010 */ - -/* Define if the X Window System is missing or not being used. */ -#define X_DISPLAY_MISSING 1 - -/* Define if the CONSOLE output has no ANSI driver (eg no "esc [ ..." seqs.) */ -#define NO_ANSI_DRIVER - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define if you don't have vprintf but do have _doprnt. */ -/* #undef HAVE_DOPRNT */ - -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - -/* Define to package name - not used? */ -#define PACKAGE "FlightGear" - -/* Define to package version - use in main.cxx */ -#define FLIGHTGEAR_VERSION "MSVC9.0-WIN32-2.0.0" - -/* Define as the return type of signal handlers (int or void). */ -#define RETSIGTYPE void - -/* Define to `unsigned' if doesn't define. */ -/* #undef size_t */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you can safely include both and . */ -/* #undef TIME_WITH_SYS_TIME */ - -/* Define if your declares struct tm. */ -#define TM_IN_SYS_TIME 1 - -/* Define to version number */ -#define VERSION "2.0.0" -#ifndef FG_VERSION /* allow override */ -#define FG_VERSION 7 -#endif /* FG_VERSION */ - -/* Define if compiling on a Winbloze (95, NT, etc.) platform */ -#define WIN32 1 - -/* Define if you have the GetLocalTime function. */ -#define HAVE_GETLOCALTIME 1 - -/* Define if you have the ftime function. */ -#define HAVE_FTIME 1 - -/* Define if you have the getitimer function. */ -/* #define HAVE_GETITIMER 1 */ - -/* Define if you have the getrusage function. */ -/* #define HAVE_GETRUSAGE 1 */ - -/* Define if you have the gettimeofday function. */ -/* #define HAVE_GETTIMEOFDAY 1 */ - -/* Define if you have the mktime function. */ -#define HAVE_MKTIME 1 - -/* Define if you have the rand function. */ -#define HAVE_RAND 1 - -/* Define if you have the random function. */ -/* #define HAVE_RANDOM 1 */ - -/* Define if you have the rint function. */ -/* #define HAVE_RINT 1 */ - -/* Define if you have the setitimer function. */ -/* #define HAVE_SETITIMER 1 */ - -/* Define if you have the signal function. */ -#define HAVE_SIGNAL 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the header file. */ -#define HAVE_GETOPT_H 1 - -/* Define if you have the header file. */ -#define HAVE_MALLOC_H 1 - -/* Define if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define if you have the header file. */ -/* #define HAVE_SYS_TIME_H 1 */ - -/* Define if you have the header file. */ -#define HAVE_SYS_TIMEB_H 1 - -/* Define if you have the header file. */ -/* #define HAVE_UNISTD_H 1 */ - -/* Define if you have the header file. */ -/* #define HAVE_VALUES_H 1 */ - -/* Define if you have the header file. */ -#define HAVE_WINBASE_H 1 - -/* Define if you have the header file. */ -#define HAVE_WINDOWS_H 1 - -/* Define if you have the GL library (-lGL). */ -#define HAVE_LIBGL 1 - -/* Define if you have the GLU library (-lGLU). */ -#define HAVE_LIBGLU 1 - -/* Define if you have the GLcore library (-lGLcore). */ -/* #undef HAVE_LIBGLCORE */ - -/* Define if you have the ICE library (-lICE). */ -/* #define HAVE_LIBICE 1 */ - -/* Define if you have the MesaGL library (-lMesaGL). */ -/* #undef HAVE_LIBMESAGL */ - -/* Define if you have the MesaGLU library (-lMesaGLU). */ -/* #undef HAVE_LIBMESAGLU */ - -/* Define if you have the SM library (-lSM). */ -/* #define HAVE_LIBSM 1 */ - -/* Define if you have the X11 library (-lX11). */ -/* #define HAVE_LIBX11 1 */ - -/* Define if you have the Xext library (-lXext). */ -/* #define HAVE_LIBXEXT 1 */ - -/* Define if you have the Xi library (-lXi). */ -/* #define HAVE_LIBXI 1 */ - -/* Define if you have the Xmu library (-lXmu). */ -/* #define HAVE_LIBXMU 1 */ - -/* Define if you have the Xt library (-lXt). */ -/* #define HAVE_LIBXT 1 */ - -/* Define if you have the glut library (-lglut). */ -#define HAVE_LIBGLUT 1 - -/* Define if you have the m library (-lm). */ -#define HAVE_LIBM 1 - -/* Define if you have the socket library (-lsocket). */ -/* #undef HAVE_LIBSOCKET */ - -/* Define if you have the header file. */ -#define HAVE_MEMORY_H 1 - -#define HAVE_MEMCPY 1 - -#define NOMINMAX 1 - -#define HAVE_CULLSETTINGS_CLEAR_MASK 1 - -#ifndef ENABLE_AUDIO_SUPPORT -#define ENABLE_AUDIO_SUPPORT -#endif - -#define FG_GLUT_H - -// eof - config.h-msvc90 - single flightgear config.h file diff --git a/src/Input/.gitignore b/src/Input/.gitignore new file mode 100644 index 000000000..2abe61b50 --- /dev/null +++ b/src/Input/.gitignore @@ -0,0 +1,2 @@ +fgjs +js_demo diff --git a/src/Main/.gitignore b/src/Main/.gitignore new file mode 100644 index 000000000..5ffcb24f2 --- /dev/null +++ b/src/Main/.gitignore @@ -0,0 +1,4 @@ +fgfs +metar +runfgfs +runfgfs.bat diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 000000000..b05dfc9d0 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,9 @@ +est-epsilon +al-info +alcinfo +gl-info +test-env-map +test-gethostname +test-mktime +test-text +test-up diff --git a/utils/GPSsmooth/.gitignore b/utils/GPSsmooth/.gitignore new file mode 100644 index 000000000..90991a783 --- /dev/null +++ b/utils/GPSsmooth/.gitignore @@ -0,0 +1,3 @@ +GPSsmooth +MIDGsmooth +UGsmooth diff --git a/utils/Modeller/.gitignore b/utils/Modeller/.gitignore new file mode 100644 index 000000000..66779336f --- /dev/null +++ b/utils/Modeller/.gitignore @@ -0,0 +1,5 @@ +3dconvert +animassist +threedconvert +normalmap +photomodel diff --git a/utils/TerraSync/.gitignore b/utils/TerraSync/.gitignore new file mode 100644 index 000000000..bb0d3cdbd --- /dev/null +++ b/utils/TerraSync/.gitignore @@ -0,0 +1 @@ +terrasync diff --git a/utils/fgviewer/.gitignore b/utils/fgviewer/.gitignore new file mode 100644 index 000000000..e32910dd8 --- /dev/null +++ b/utils/fgviewer/.gitignore @@ -0,0 +1 @@ +fgviewer diff --git a/utils/js_server/.gitignore b/utils/js_server/.gitignore new file mode 100644 index 000000000..2f9dff8ac --- /dev/null +++ b/utils/js_server/.gitignore @@ -0,0 +1 @@ +js_server diff --git a/utils/propmerge/.gitignore b/utils/propmerge/.gitignore new file mode 100644 index 000000000..7f1803859 --- /dev/null +++ b/utils/propmerge/.gitignore @@ -0,0 +1 @@ +propmerge -- 2.39.5