Skip to content

Commit

Permalink
Remove /archive from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
xexyl committed Aug 5, 2023
1 parent 49391bf commit 8e09cff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
.txzchk_test.*.test_file
.txzchk_test.tar_err.*.out
.txzchk_test.tarball.*.txz
/archive/
/dbg.clone/
/dyn_array.clone/
/jparse.clone/
Expand Down
5 changes: 0 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ updated for this option. As the code is common to both `jval` and `jnamval` the
`jval` utility could be updated easily to support this option is desired but
this is TBD later.

Update .gitignore: add `/archive`: a directory in my working repo of old files
that although useful to me should not be added to the repo. Since archived files
are not really something that should be in the repo anyway adding `/archive` to
the .gitignore seems reasonable.

Add some bad test JSON files in the `jparse/test_jparse/test_JSON/bad_loc`
directory, updated Makefile rule Added appropriate `err` files.
Updated Makefile rule `rebuild_jparse_err_files` to not show the command being
Expand Down

0 comments on commit 8e09cff

Please sign in to comment.