summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-23 13:11:38 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-23 13:15:46 -0500
commit59238c2687b94df9c42d6dcff957387b66db9668 (patch)
treee1060824a5ca4d2e12c96e7d866dec7f7d7eb83e /.gitignore
parent6ffe14707d337e57c65a940d4b9d57b4b554525c (diff)
Added named colour support + rgb colour support in config files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 61746d1c..4a453e53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,8 +9,11 @@ Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
+# Stuff to really ignore
*.log
.vscode
rust-unmangle
*.svg
-*.data \ No newline at end of file
+*.data
+
+sample_configs/testing.toml