[tor-commits] [exonerator/master] Adapt .gitignore to actual project structure.

karsten at torproject.org karsten at torproject.org
Fri Sep 15 12:18:16 UTC 2017


commit 1a06302ed43deaafcd8b1b5d4510d4b729224c02
Author: iwakeh <iwakeh at torproject.org>
Date:   Tue Sep 5 13:21:26 2017 +0000

    Adapt .gitignore to actual project structure.
---
 .gitignore | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index a5ee085..e93ccb8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,15 +2,14 @@
 .classpath
 .project
 
-# Generated web archive
-exonerator.war
+# Generated stuff
+generated/
 
-# Compiled class files
-classes/
-
-# Possibly modified config file
-etc/context.xml
+# library folder
+lib/
 
 # Copied and possibly modified config file
 config
 
+# other
+*~





More information about the tor-commits mailing list