diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | example-scripts/.gitignore | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -47,4 +47,8 @@ target/ *.mkv *.mp4 +#editor backups *~ + +# this ain't an example anymore: +example-scripts/config.sh diff --git a/example-scripts/.gitignore b/example-scripts/.gitignore deleted file mode 100644 index 003b199..0000000 --- a/example-scripts/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/config.sh - |