paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [4991] added gitignore file


From: Felix Ruess
Subject: [paparazzi-commits] [4991] added gitignore file
Date: Sun, 20 Jun 2010 18:05:01 +0000

Revision: 4991
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=4991
Author:   flixr
Date:     2010-06-20 18:05:01 +0000 (Sun, 20 Jun 2010)
Log Message:
-----------
added gitignore file

Added Paths:
-----------
    paparazzi3/trunk/.gitignore

Added: paparazzi3/trunk/.gitignore
===================================================================
--- paparazzi3/trunk/.gitignore                         (rev 0)
+++ paparazzi3/trunk/.gitignore 2010-06-20 18:05:01 UTC (rev 4991)
@@ -0,0 +1,78 @@
+*.so
+*.[oa]
+*.out
+
+*.pyc
+
+*.cmo
+*.cma
+*.cmi
+*.cmx
+*.cmxa
+
+*.depend
+
+/var
+/dox
+
+
+# /conf/
+/conf/conf.xml
+/conf/conf.xml.20*
+/conf/control_panel.xml
+/conf/%gconf.xml
+
+
+# /sw/ground_segment/cockpit/
+/sw/ground_segment/cockpit/gtk_save_settings.ml
+/sw/ground_segment/cockpit/gtk_setting_time.ml
+/sw/ground_segment/cockpit/gcs
+/sw/ground_segment/cockpit/gtk_strip.ml
+
+# /sw/ground_segment/lpc21iap/
+/sw/ground_segment/lpc21iap/lpc21iap
+
+# /sw/ground_segment/multimon/
+/sw/ground_segment/multimon/costabf.c
+/sw/ground_segment/multimon/mkcostab
+/sw/ground_segment/multimon/multimon
+/sw/ground_segment/multimon/costabi.c
+
+# /sw/ground_segment/tmtc/
+/sw/ground_segment/tmtc/ivy_tcp_aircraft
+/sw/ground_segment/tmtc/settings
+/sw/ground_segment/tmtc/messages
+/sw/ground_segment/tmtc/ivy_tcp_controller
+/sw/ground_segment/tmtc/link
+/sw/ground_segment/tmtc/broadcaster
+/sw/ground_segment/tmtc/dia
+/sw/ground_segment/tmtc/ivy2udp
+/sw/ground_segment/tmtc/server
+/sw/ground_segment/tmtc/diadec
+
+# /sw/lib/ocaml/
+/sw/lib/ocaml/gtk_papget_editor.ml
+/sw/lib/ocaml/gtk_papget_text_editor.ml
+/sw/lib/ocaml/gtk_papget_gauge_editor.ml
+/sw/lib/ocaml/expr_parser.ml
+/sw/lib/ocaml/expr_parser.mli
+/sw/lib/ocaml/gtk_papget_led_editor.ml
+
+# /sw/logalizer/
+/sw/logalizer/plot
+/sw/logalizer/play
+/sw/logalizer/plotter
+/sw/logalizer/gtk_export.ml
+/sw/logalizer/sd2log
+
+# /sw/simulator/
+/sw/simulator/gaia
+/sw/simulator/simhitl
+
+# /sw/supervision/
+/sw/supervision/gtk_process.ml
+/sw/supervision/paparazzicenter
+/sw/supervision/gtk_pc.ml
+
+# /sw/tools/
+/sw/tools/fp_parser.ml




reply via email to

[Prev in Thread] Current Thread [Next in Thread]