From 72f2cce7244caeb63c91532284f6546e9184fc92 Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr" Date: Wed, 9 Mar 2022 15:27:16 -0800 Subject: [PATCH] Ignore files generated by tests, editor backups, html docs --- .gitignore | 5 ++++- doc/.gitignore | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7157a225d..53b951063 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ **/.deps/ **/.dirstamp **/Makefile.in +**~ *.o .libs/ .deps/ @@ -25,7 +26,8 @@ src/sst/core/sst-register src/sst/SST-*.pc src/sst/core/sst_config.h src/sst/core/sst_config.h.in -src/sst/core/sst_config.h.in~ +src/sst/core/sst-test-core +src/sst/core/sst-test-elements stamp-h1 src/sst/sstsimulator.conf build_info.h @@ -39,3 +41,4 @@ libtool *.pyc *.lo *.la +sst_test_outputs/ \ No newline at end of file diff --git a/doc/.gitignore b/doc/.gitignore index 4be174d0e..0cafde205 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -2,3 +2,4 @@ Doxyfile Makefile Makefile.in tagfile +html/