
15 Sep
2017
15 Sep
'17
12:18 p.m.
commit 1a06302ed43deaafcd8b1b5d4510d4b729224c02 Author: iwakeh <iwakeh@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 +*~