[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [fallback-scripts/master] gitignore: create a gitignore file based on tor's gitignore



commit 8c88c8f8f16b28aa536cf5b937c26162dbd69e02
Author: teor <teor@xxxxxxxxxxxxxx>
Date:   Sun Jun 23 16:28:31 2019 +1000

    gitignore: create a gitignore file based on tor's gitignore
    
    Closes 30948.
---
 .gitignore | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e7a7b71
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+# Editor droppings
+\#*\#
+.#*
+*~
+*.swp
+*.swo
+# Diff droppings
+*.orig
+*.rej
+# Python droppings
+*.pyc
+*.pyo
+# Log files
+*.log
+# OSX junk
+.DS_Store
+# updateFallbackDirs.py temp files
+details-*.json
+uptime-*.json
+*.full_url
+*.last_modified
+# fallback dir lists: these get committed to the tor repository
+*.inc
\ No newline at end of file



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits