Skip to content
Snippets Groups Projects
Commit 1c3c2f62 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Merge branch 'fix/gitignore' into 'master'

Remove obsolete entries from .gitignore

See merge request frama-c/frama-c!3522
parents a0e50baa a54ddeaf
No related branches found
No related tags found
No related merge requests found
...@@ -53,10 +53,6 @@ autom4te.cache ...@@ -53,10 +53,6 @@ autom4te.cache
/tests/crowbar/mutable /tests/crowbar/mutable
/tests/crowbar/output-* /tests/crowbar/output-*
/tests/crowbar/test_ghost_cfg /tests/crowbar/test_ghost_cfg
/tests/fc_script/compile_commands.json
/tests/journal/intra.byte
/tests/misc/my_visitor_plugin/my_visitor.opt
/tests/misc/my_visitor.sav
/tests/spec/preprocess_dos.c /tests/spec/preprocess_dos.c
/tests/*/*.opt /tests/*/*.opt
...@@ -195,7 +191,6 @@ Makefile.plugin.generated ...@@ -195,7 +191,6 @@ Makefile.plugin.generated
# generated ML files # generated ML files
/src/libraries/utils/json.ml /src/libraries/utils/json.ml
/src/kernel_internals/runtime/toplevel_boot.ml
/src/kernel_internals/runtime/fc_config.ml /src/kernel_internals/runtime/fc_config.ml
/src/kernel_internals/parsing/logic_lexer.ml /src/kernel_internals/parsing/logic_lexer.ml
/src/kernel_internals/parsing/logic_parser.ml /src/kernel_internals/parsing/logic_parser.ml
...@@ -210,8 +205,6 @@ Makefile.plugin.generated ...@@ -210,8 +205,6 @@ Makefile.plugin.generated
/src/plugins/gui/dgraph_helper.ml /src/plugins/gui/dgraph_helper.ml
/src/plugins/gui/GSourceView.ml /src/plugins/gui/GSourceView.ml
/src/plugins/gui/GSourceView.mli /src/plugins/gui/GSourceView.mli
/src/plugins/gui/GSourceView2.ml
/src/plugins/gui/GSourceView2.mli
/src/plugins/gui/gtk_compat.ml /src/plugins/gui/gtk_compat.ml
/src/plugins/markdown-report/META /src/plugins/markdown-report/META
......
...@@ -50,15 +50,9 @@ ...@@ -50,15 +50,9 @@
/doc/userman/*.log /doc/userman/*.log
/doc/userman/*.lof /doc/userman/*.lof
/doc/userman/eacslversion.tex /doc/userman/eacslversion.tex
/tests/*.cm*
/tests/*.annot
/tests/*_DEP
/tests/test_config /tests/test_config
/tests/test_config_ci
/tests/test_config_dev /tests/test_config_dev
/tests/*/result*/* /tests/*/result*/*
/tests/*/oracle_ci/*
/tests/check/obj/*
.frama-c .frama-c
tests/ptests_config tests/ptests_config
META.frama-c-e_acsl META.frama-c-e_acsl
...@@ -76,6 +70,5 @@ lib/libeacsl-rtl-bittree.a ...@@ -76,6 +70,5 @@ lib/libeacsl-rtl-bittree.a
lib/libeacsl-rtl-segment.a lib/libeacsl-rtl-segment.a
lib/libeacsl-rtl-bittree-dbg.a lib/libeacsl-rtl-bittree-dbg.a
lib/libeacsl-rtl-segment-dbg.a lib/libeacsl-rtl-segment-dbg.a
tests/csrv14/*
src/local_config.ml src/local_config.ml
src/dependencies/dep_eva.ml src/dependencies/dep_eva.ml
/Makefile /Makefile
/Server.mli /Server.mli
/tests/ptests_config
/tests/report/result
result /ptests_config
\ No newline at end of file result
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
/tests/ptests_config /tests/ptests_config
/tests/*/result /tests/*/result
/tests/*/result_* /tests/*/result_*
/tests/*/*.sav
/tests/*/*.out
/doc/*/.make-class /doc/*/.make-class
/doc/*/.make-icons /doc/*/.make-icons
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment