commit 8b82720ea4f87ad365a243e56ac47badbbae49c9 Author: iwakeh iwakeh@torproject.org Date: Mon Dec 4 11:14:18 2017 +0000
Adapt .gitignore to new structure. --- .gitignore | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-)
diff --git a/.gitignore b/.gitignore index 8f49baf..8234621 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,23 @@ -# Eclipse files -/.classpath -/.project +# hidden files +.*
-# Generated web archive -/website/metrics.war +# Generated stuff +/generated/ +/stats/ +/lib/ +LOGBASE_IS_UNDEFINED/ +cobertura.ser +*.csv +*.RData +*.pyc +*.log
-# Compiled class files -*.class - -# Possibly modified config file -/website/etc/context.xml +# library folder +/lib/
# Copied and possibly modified config file -/website/etc/config +config + +# other +*~