aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro H <pedro@digitalrounin.com>2017-05-07 15:07:36 +0800
committerPedro H <pedro@digitalrounin.com>2017-05-07 15:07:36 +0800
commit679d42c99ddad341393768e448f6090bea4c8afb (patch)
tree4e62542c5833a85fa6dafe513e0d8bb9664c2cb0
parent0ebdfd9c8851ba500f7f98664cad56cf44fdcd7e (diff)
downloadpelican-themes-679d42c99ddad341393768e448f6090bea4c8afb.tar.gz
Deleted stray Vim data files
Also updates `.gitignore` to exclude other system and editor data files and directories.
-rw-r--r--.gitignore14
-rw-r--r--nmnlist/static/css/.pygment.css.un~bin7945 -> 0 bytes
-rw-r--r--nmnlist/templates/.article.html.un~bin19753 -> 0 bytes
-rw-r--r--nmnlist/templates/.base.html.un~bin21409 -> 0 bytes
-rw-r--r--nmnlist/templates/.index.html.un~bin3501 -> 0 bytes
-rw-r--r--nmnlist/templates/.page.html.un~bin5424 -> 0 bytes
6 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3fafb5a..f791bb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,17 @@
+# OS generated files #
+######################
.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+Icon?
+ehthumbs.db
+Thumbs.db
+
+# Editor temp files #
+#####################
.*~
*~
+.swp
+.*.swp
diff --git a/nmnlist/static/css/.pygment.css.un~ b/nmnlist/static/css/.pygment.css.un~
deleted file mode 100644
index e8b7d24..0000000
--- a/nmnlist/static/css/.pygment.css.un~
+++ /dev/null
Binary files differ
diff --git a/nmnlist/templates/.article.html.un~ b/nmnlist/templates/.article.html.un~
deleted file mode 100644
index 3d5cd13..0000000
--- a/nmnlist/templates/.article.html.un~
+++ /dev/null
Binary files differ
diff --git a/nmnlist/templates/.base.html.un~ b/nmnlist/templates/.base.html.un~
deleted file mode 100644
index 7579a7a..0000000
--- a/nmnlist/templates/.base.html.un~
+++ /dev/null
Binary files differ
diff --git a/nmnlist/templates/.index.html.un~ b/nmnlist/templates/.index.html.un~
deleted file mode 100644
index 1b7f894..0000000
--- a/nmnlist/templates/.index.html.un~
+++ /dev/null
Binary files differ
diff --git a/nmnlist/templates/.page.html.un~ b/nmnlist/templates/.page.html.un~
deleted file mode 100644
index 8ab4606..0000000
--- a/nmnlist/templates/.page.html.un~
+++ /dev/null
Binary files differ