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

remove obsolete entries in main .gitignore

parent 7a236007
No related branches found
No related tags found
No related merge requests found
...@@ -3,24 +3,15 @@ ...@@ -3,24 +3,15 @@
########### ###########
TAGS TAGS
*.annot
#ocamlyacc -v
*.output
*~ *~
*_DEP
*.depend
\#* \#*
.\#* .\#*
.DS_Store .DS_Store
*.tmp *.tmp
#artifacts from execution #artifacts from execution
frama_c_journal.ml
/.frama-c/ /.frama-c/
/frama-c*.tar.gz
/.merlin /.merlin
/headers/hdrck
/headers/hdrck.exe
/bin/ivette /bin/ivette
.ivette .ivette
...@@ -54,19 +45,10 @@ _bisect ...@@ -54,19 +45,10 @@ _bisect
/tests/crowbar/mutable /tests/crowbar/mutable
/tests/crowbar/output-* /tests/crowbar/output-*
/tests/crowbar/test_ghost_cfg /tests/crowbar/test_ghost_cfg
/tests/*/*.opt
/.test-errors.log /.test-errors.log
/dev/fc-time
/dev/fc-memuse
/bin/ocamldep_transitive_closure
#share #share
/share/Makefile.config
/share/Makefile.dynamic_config
/share/Makefile.kernel
/share/frama-c.rc
#created by create_share_link target #created by create_share_link target
/share/.gitignore /share/.gitignore
/share/manuals/ /share/manuals/
...@@ -110,11 +92,6 @@ _bisect ...@@ -110,11 +92,6 @@ _bisect
/doc/code/print_api/dynamic_plugins.mli /doc/code/print_api/dynamic_plugins.mli
/doc/code/print_api/_build/ /doc/code/print_api/_build/
/doc/developer/tutorial/viewcfg/src/META.frama-c-viewcfg
/doc/developer/tutorial/viewcfg/src/Makefile
/doc/developer/tutorial/viewcfg/src/gui/
/doc/developer/tutorial/viewcfg/src/top/
/doc/doxygen /doc/doxygen
/doc/pdg/call-f.eps /doc/pdg/call-f.eps
...@@ -152,23 +129,7 @@ _bisect ...@@ -152,23 +129,7 @@ _bisect
/doc/server/ /doc/server/
#lib
/lib/fc/
/lib/plugins/*.mli
/lib/plugins/*.ml
/lib/plugins/top/
/lib/plugins/gui/
/lib/plugins/top/
/lib/plugins/META.frama-c-*
/lib/plugins/.placeholders_ready
#plugins #plugins
/share/e-acsl/
/share/c2fc/
/src/plugins/*/configure
/src/plugins/*/.depend
/src/plugins/*/autom4te.cache/
/src/plugins/*/Makefile.plugin.generated
/src/plugins/*/doc/*/*.dot /src/plugins/*/doc/*/*.dot
/src/plugins/*/doc/*/*.aux /src/plugins/*/doc/*/*.aux
/src/plugins/*/doc/*/*.bbl /src/plugins/*/doc/*/*.bbl
...@@ -181,7 +142,6 @@ _bisect ...@@ -181,7 +142,6 @@ _bisect
/src/plugins/*/doc/*/*.log /src/plugins/*/doc/*/*.log
/src/plugins/*/doc/*/*.out /src/plugins/*/doc/*/*.out
/src/plugins/*/doc/*/*.idx /src/plugins/*/doc/*/*.idx
Makefile.plugin.generated
# WP/Coq Generated file # WP/Coq Generated file
.lia.cache .lia.cache
...@@ -195,19 +155,6 @@ share/analysis-scripts/fc-estimate-difficulty ...@@ -195,19 +155,6 @@ share/analysis-scripts/fc-estimate-difficulty
share/analysis-scripts/fc-estimate-difficulty.exe share/analysis-scripts/fc-estimate-difficulty.exe
share/analysis-scripts/libc_metrics.json share/analysis-scripts/libc_metrics.json
# generated ML files
/src/libraries/utils/json.ml
/src/kernel_internals/runtime/fc_config.ml
/src/kernel_internals/parsing/logic_lexer.ml
/src/kernel_internals/parsing/logic_parser.ml
/src/kernel_internals/parsing/logic_parser.mli
/src/kernel_internals/parsing/logic_preprocess.ml
/src/kernel_internals/parsing/clexer.ml
/src/kernel_internals/parsing/cparser.ml
/src/kernel_internals/parsing/cparser.mli
/src/plugins/markdown-report/META
# generated tar.gz files # generated tar.gz files
/doc/developer/hello.tar.gz /doc/developer/hello.tar.gz
......
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