Add systemd unit file for ndncert-ca-server
This commit also updates waf to version 2.0.14
Refs: #4594
Change-Id: Ic168b3151eb2b9de0487e034dc049d3221ea0a56
diff --git a/.gitignore b/.gitignore
index 0d8bb83..608c272 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,29 @@
-.DS*
-.waf-1*
-.waf3-*
-.lock*
-**/*.pyc
-build/
-VERSION
-.vscode
\ No newline at end of file
+# Emacs
+*~
+\#*\#
+/.emacs.desktop
+/.emacs.desktop.lock
+*.elc
+.\#*
+
+# Visual Studio Code
+.vscode/
+
+# macOS
+.DS_Store
+.AppleDouble
+.LSOverride
+._*
+
+# Waf build system
+/build/
+.waf-*-*/
+.waf3-*-*/
+.lock-waf*
+
+# Compiled python code
+__pycache__/
+*.py[cod]
+
+# Other
+/VERSION