Procházet zdrojové kódy

Add generated benchmark files to gitignore

When building IntelliJ generates several source files related to the
benchmarks. This commit adds that path to the gitignore so these don't
get accidentally committed.
Gordon Brown před 5 roky
rodič
revize
0296203bba
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      .gitignore

+ 3 - 1
.gitignore

@@ -5,6 +5,8 @@
 *.ipr
 *.iws
 build-idea/
+# These files are generated in the main tree by IntelliJ
+benchmarks/src/main/generated/*
 
 # eclipse files
 .project
@@ -42,7 +44,7 @@ html_docs
 /tmp/
 eclipse-build
 
-# projects using testfixtures 
+# projects using testfixtures
 testfixtures_shared/
 
 # These are generated from .ci/jobs.t