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

teor at torproject.org teor at torproject.org
Thu Aug 1 06:52:39 UTC 2019


commit 5eed12198c62b1385a07259b0fb64246d5b59382
Author: teor <teor at torproject.org>
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





More information about the tor-commits mailing list